tox4.61.4
tox4.61.4
Published
tox is a generic virtualenv management and test command line tool
pip install tox
Package Downloads
Authors
Project URLs
Requires Python
>=3.10
Dependencies
cachetools>=7.0.3colorama>=0.4.6filelock>=3.25packaging>=26platformdirs>=4.9.4pluggy>=1.6pyproject-api>=1.10python-discovery>=1.4.4tomli-w>=1.2tomli>=2.4; python_version < '3.11'typing-extensions>=4.15; python_version < '3.13'virtualenv>=21.1
tox
tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing
and release process of Python software (alongside pytest and
devpi).
tox is a generic virtual environment management and test command line tool you can use for:
- checking your package builds and installs correctly under different environments (such as different Python implementations, versions or installation dependencies),
- running your tests in each of the environments with the test tool of choice,
- acting as a frontend to continuous integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
Please read our user guide for an example and more detailed introduction, or watch this YouTube video that presents the problem space and how tox solves it.