freebsd-ports/devel/py-tox/pkg-descr
Kubilay Kocak 44003e1efb devel/py-tox: Update to 1.7.0 & modernise
- 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
2014-02-10 09:55:18 +00:00

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/