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

virtualenv management and test command line tool

License

Notifications You must be signed in to change notification settings

ferdonline/tox

This branch is 1253 commits ahead of, 855 commits behind tox-dev/tox:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Jul 11, 2017
Feb 10, 2017
Aug 13, 2017
Sep 4, 2017
Sep 4, 2017
Mar 27, 2013
Jan 23, 2017
Sep 4, 2017
Mar 12, 2017
Aug 13, 2017
Nov 20, 2015
Apr 10, 2017
Aug 26, 2017

Repository files navigation

tox automation project

https://travis-ci.org/tox-dev/tox.svg?branch=master

vision: standardize testing in Python

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.

What is tox?

tox is a generic virtualenv management and test command line tool you can use for:

  • checking your package installs correctly with different Python versions and interpreters
  • running your tests in each of the environments, configuring your test tool of choice
  • acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.

For more information and the repository please see:

About

virtualenv management and test command line tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%