Dimitris Zlatanidis 6474555903 python/tox: Updated for version 2.7.0. 8 anos atrás
..
README 946d228003 python/tox: Added (virtualenv-based automation of test activities). 11 anos atrás
doinst.sh 961d778f99 python/tox: Updated for version 2.0.1. 10 anos atrás
slack-desc c0ccaf1e6c python/tox: Update HOMEPAGE url. 8 anos atrás
tox.SlackBuild 6474555903 python/tox: Updated for version 2.7.0. 8 anos atrás
tox.info 6474555903 python/tox: Updated for version 2.7.0. 8 anos atrás

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.