freebsd-ports/devel/py-tox/pkg-descr
Kubilay Kocak 4d8bf8761b devel/py-tox: Update to 1.4.3
- Update virtualenv and pylib minimum versions in RUN_DEPENDS
- Remove USE_ZIP, this version reverted to using .tar.gz
- Allow OPTIONSFILE to be overriden
- Add regression-test: target
- pkg-descr: Tab->space for WWW:
- Whitespace alignment
- Update pkg-plist

Changes: http://testrun.org/tox/latest/changelog.html

Approved by:	eadler (mentor)
2013-04-28 13:31:21 +00:00

14 lines
432 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/