Skip to content

Commit 47b9a43

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#79 from micrypt/patch-8
Update docs/scenarios/ci.rst
2 parents 65c1fac + 9450609 commit 47b9a43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/scenarios/ci.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ Mule?
2929
Tox
3030
---
3131

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

Comments
 (0)