tox
Package — TestingPython 3.7+Intermediate
Test across multiple Python versions and environments
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- cachetools, chardet, colorama, filelock, packaging, platformdirs, pluggy, pyproject-api, tomli, virtualenv
- Install
pip install tox
Learn by Difficulty
Quick Example
python
# Install: pip install tox import tox # Basic tox usage print(f"Using tox") # See documentation for detailed examples
tox is a third-party package. Test across multiple Python versions and environments. Install with: pip install tox
Try in PlaygroundTags
packagetestingquality-assurance