From 80022b2b65ef6d1ff18b8ee3b361db75c7c3fd2d Mon Sep 17 00:00:00 2001 From: George Hickman Date: Mon, 12 Mar 2012 10:18:34 -0700 Subject: [PATCH] Add travis as a CI option --- docs/scenarios/ci.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index d2abfa9..e8e11c2 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -34,4 +34,10 @@ It is a generic virtualenv management and test command line tool which provides * 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 +* Acting as a frontend to Continuous Integration servers, reducing boilerplate and merging CI and shell-based testing. + + +Travis-CI +--------- + +.. todo:: Write about travis-ci