Examples¶
- Basic usage
- A simple tox.ini
- specifying a platform
- whitelisting non-virtualenv commands
- depending on requirements.txt or defining constraints
- 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 “setup.py test” command
- Ignoring a command exit code
- Compressing dependency matrix
- Prevent symbolic links in virtualenv
- tox and pytest
- unittest2, discover and tox
- tox and nose
- General tips and tricks
- Using tox with Jenkins
- Development environment
- Advanced scenario
- Platform specification
- Write a json report file