tox==4.57.2
# tox is a generic virtualenv management and test command line tool
$ pip install tox
downloads/wk
0
license
—
version
4.57.2
python
>=3.10
What is tox?
tox automates the creation of isolated virtual environments and runs tests across multiple Python versions and configurations. Developers use it to ensure their code works consistently in different environments without manually setting up each one. It's particularly useful for testing libraries that need to support multiple Python versions or dependency combinations.
Keywords