2012-07-30 14:03:36 +02:00
|
|
|
Tox as is a generic virtualenv management and test command line tool you can
|
|
|
|
use for:
|
|
|
|
|
2014-02-10 10:55:18 +01:00
|
|
|
* checking your package installs correctly with different Python
|
|
|
|
versions and interpreters
|
2012-07-30 14:03:36 +02:00
|
|
|
|
2014-02-10 10:55:18 +01:00
|
|
|
* running your tests in each of the environments, configuring
|
|
|
|
your test tool of choice
|
2012-07-30 14:03:36 +02:00
|
|
|
|
2014-02-10 10:55:18 +01:00
|
|
|
* acting as a frontend to Continuous Integration servers, greatly
|
|
|
|
reducing boilerplate and merging CI and shell-based testing.
|
2012-07-30 14:03:36 +02:00
|
|
|
|
2013-04-28 15:31:21 +02:00
|
|
|
WWW: http://tox.testrun.org/
|