You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/scenarios/ci.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,9 @@ Mule?
29
29
Tox
30
30
---
31
31
32
-
.. todo:: Write about `Tox <http://codespeak.net/~hpk/tox/>`_
32
+
`tox <https://bitbucket.org/hpk42/tox>`_ is an automation tool providing packaging, testing and deployment of Python software right from the console or CI server.
33
+
It is a generic virtualenv management and test command line tool which provides the following features:
34
+
35
+
* Checking that packages install correctly with different Python versions and interpreters
36
+
* Running tests in each of the environments, configuring your test tool of choice
37
+
* Acting as a frontend to Continuous Integration servers, reducing boilerplate and merging CI and shell-based testing.
0 commit comments