You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 2228617012
python/tox: Updated for version 2.4.1.
9 years ago
..
README python/tox: Added (virtualenv-based automation of test activities). 12 years ago
doinst.sh python/tox: Updated for version 2.0.1. 11 years ago
slack-desc python/tox: Added (virtualenv-based automation of test activities). 12 years ago
tox.SlackBuild python/tox: Updated for version 2.4.1. 9 years ago
tox.info python/tox: Updated for version 2.4.1. 9 years ago

README

Tox as 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.