Skip to content
/ tox Public
forked from tox-dev/tox

Command line driven CI frontend and development task automation tool.

License

Notifications You must be signed in to change notification settings

stefanor/tox

This branch is 228 commits behind tox-dev/tox:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2023
Aug 8, 2023
Aug 9, 2023
Jun 15, 2023
Aug 8, 2023
Oct 26, 2020
Apr 19, 2023
Aug 7, 2023
Oct 31, 2022
Mar 4, 2022
Apr 17, 2020
Dec 20, 2022
Jul 31, 2023
Jul 10, 2023

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.

About

Command line driven CI frontend and development task automation tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%