diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 4e4a80e..d45cd89 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -26,6 +26,7 @@ engine. Use it. Buildbot -------- + `Buildbot `_ is a Python system to automate the compile/test cycle to validate code changes. @@ -33,9 +34,13 @@ automate the compile/test cycle to validate code changes. Mule ----- -`Mule `_ is a lightweight integration platform that enables you to connect anything, anywhere. -You can use Mule to intelligently manage message routing, data mapping, orchestration, reliability, security, and scalability between nodes. -Plug other systems and applications into Mule and let it handle all the communication between systems, enabling you to track and monitor everything that happens. +`Mule `_ +is a lightweight integration platform that enables you to connect anything, +anywhere. You can use Mule to intelligently manage message routing, data +mapping, orchestration, reliability, security and scalability between nodes. +Plug other systems and applications into Mule and let it handle all the +communication between systems, enabling you to track and monitor everything +that happens. Tox @@ -56,6 +61,7 @@ which provides the following features: Travis-CI --------- + `Travis-CI `_ is a distributed CI server which builds tests for open source projects for free. It provides multiple workers to run Python tests on and seamlessly integrates with GitHub. You can even have it comment on your Pull @@ -79,12 +85,13 @@ example content:: - master -This will get your project tested on all the listed Python versions by running the given -script and only build the master branch. There are a lot more options you can enable, like -notifications, before and after steps and much more. The -`travis-ci docs `_ explain all of those and are very -thorough. +This will get your project tested on all the listed Python versions by +running the given script, and will only build the master branch. There are a +lot more options you can enable, like notifications, before and after steps +and much more. The `travis-ci docs `_ +explain all of these options, and are very thorough. In order to activate testing for your project, go to `the travis-ci site `_ -and login with your GitHub account. Then activate your project in your profile settings and that's -it. From now on, your project's tests will be run on every push to GitHub. +and login with your GitHub account. Then activate your project in your +profile settings and you're ready to go. From now on, your project's tests +will be run on every push to GitHub.