Skip to content

tox-dev/tox

Folders and files

NameName
Last commit message
Last commit date
Jan 24, 2025
Mar 28, 2025
Mar 27, 2025
Jul 3, 2024
Mar 27, 2025
Oct 26, 2020
Jan 23, 2024
Mar 24, 2025
Oct 15, 2024
Mar 4, 2022
Apr 17, 2020
Sep 17, 2024
Feb 13, 2024
Feb 10, 2025
Feb 10, 2025

Repository files navigation

tox

PyPI Supported Python versions Downloads Documentation status check

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.