mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
4d8bf8761b
- 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)
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
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/
|