tox configuration and usage examples¶
- Basic usage
- A simple tox.ini / default environments
- pyproject.toml tox legacy ini
- Specifying a platform
- Allowing 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
- Using generative section names
- Prevent symbolic links in virtualenv
- Parallel mode
- tox auto-provisioning
- Packaging
- pytest and tox
- unittest2, discover and tox
- nose and tox
- Generate documentation
- General tips and tricks
- Using tox with the Jenkins Integration Server
- Development environment
- Platform specification