From 9450609a313e9d5c19a018cc5e18f2a5abc2620c Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Sun, 15 Jan 2012 15:55:57 +0000 Subject: [PATCH] Update docs/scenarios/ci.rst --- docs/scenarios/ci.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 285e522..d2abfa9 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -29,4 +29,9 @@ Mule? Tox --- -.. todo:: Write about `Tox `_ +`tox `_ is an automation tool providing packaging, testing and deployment of Python software right from the console or CI server. +It is a generic virtualenv management and test command line tool which provides the following features: + +* Checking that packages install correctly with different Python versions and interpreters +* Running tests in each of the environments, configuring your test tool of choice +* Acting as a frontend to Continuous Integration servers, reducing boilerplate and merging CI and shell-based testing. \ No newline at end of file