tox configuration and usage examplesΒΆ
- Basic usage
- a simple tox.ini / default environments
- specifying a platform
- whitelisting non-virtualenv commands
- depending on requirements.txt
- using a different default PyPI url
- installing dependencies from multiple PyPI servers
- further customizing installation
- forcing re-creation of virtual environments
- passing down environment variables
- setting environment variables
- special handling of PYTHONHASHSEED
- Integration with setuptools/distribute test commands
- Ignoring a command exit code
- Compressing dependency matrix
- py.test and tox
- unittest2, discover and tox
- nose and tox
- General tips and tricks
- Using Tox with the Jenkins Integration Server
- Development environment