44003e1efb
- Update to 1.7.0 - Align RUN_DEPENDS min versions to upstream - Deprecate easy_install target - Use OPTIONS helpers - Remove now unecessary setup.py patch - Reformat pkg-descr Changes: http://tox.readthedocs.org/en/latest/changelog.html
13 lines
430 B
Text
13 lines
430 B
Text
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.
|
|
|
|
WWW: http://tox.testrun.org/
|