tox-quickstart
virtualenv-based automation of test activities
Install
- All systems
-
curl cmd.cat/tox-quickstart.sh
- Debian
-
apt-get install tox
- Ubuntu
-
apt-get install tox
- Arch Linux
-
pacman -S python-tox
- Kali Linux
-
apt-get install tox
- Fedora
-
dnf install python3-tox
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tox
- OS X
-
brew install tox
- Raspbian
-
apt-get install tox
- Dockerfile
- dockerfile.run/tox-quickstart
tox
virtualenv-based automation of test activities
Tox as is a generic virtualenv management and test command line tool you can use for: * checking your package installs correctly with different Python versions and interpreters * running your tests in each of the environments, configuring your test tool of choice * acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
python3-tox
Virtualenv-based automation of test activities
python-tox
virtualenv-based automation of test activities
Tox as is a generic virtualenv management and test command line tool you can use for: * checking your package installs correctly with different Python versions and interpreters * running your tests in each of the environments, configuring your test tool of choice * acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.