Skip to content

Commit 7a65571

Browse files
committed
Wrapping and wording for scenarios/ci.
1 parent 843fa4e commit 7a65571

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

docs/scenarios/ci.rst

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,21 @@ engine. Use it.
2626

2727
Buildbot
2828
--------
29+
2930
`Buildbot <http://docs.buildbot.net/current/>`_ is a Python system to
3031
automate the compile/test cycle to validate code changes.
3132

3233

3334
Mule
3435
-----
3536

36-
`Mule <http://www.mulesoft.org/documentation/display/current/Mule+Fundamentals>`_ is a lightweight integration platform that enables you to connect anything, anywhere.
37-
You can use Mule to intelligently manage message routing, data mapping, orchestration, reliability, security, and scalability between nodes.
38-
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.
37+
`Mule <http://www.mulesoft.org/documentation/display/current/Mule+Fundamentals>`_
38+
is a lightweight integration platform that enables you to connect anything,
39+
anywhere. You can use Mule to intelligently manage message routing, data
40+
mapping, orchestration, reliability, security and scalability between nodes.
41+
Plug other systems and applications into Mule and let it handle all the
42+
communication between systems, enabling you to track and monitor everything
43+
that happens.
3944

4045

4146
Tox
@@ -56,6 +61,7 @@ which provides the following features:
5661

5762
Travis-CI
5863
---------
64+
5965
`Travis-CI <https://travis-ci.org/>`_ is a distributed CI server which builds tests
6066
for open source projects for free. It provides multiple workers to run Python tests
6167
on and seamlessly integrates with GitHub. You can even have it comment on your Pull
@@ -79,12 +85,13 @@ example content::
7985
- master
8086

8187

82-
This will get your project tested on all the listed Python versions by running the given
83-
script and only build the master branch. There are a lot more options you can enable, like
84-
notifications, before and after steps and much more. The
85-
`travis-ci docs <http://about.travis-ci.org/docs/>`_ explain all of those and are very
86-
thorough.
88+
This will get your project tested on all the listed Python versions by
89+
running the given script, and will only build the master branch. There are a
90+
lot more options you can enable, like notifications, before and after steps
91+
and much more. The `travis-ci docs <http://about.travis-ci.org/docs/>`_
92+
explain all of these options, and are very thorough.
8793

8894
In order to activate testing for your project, go to `the travis-ci site <https://travis-ci.org/>`_
89-
and login with your GitHub account. Then activate your project in your profile settings and that's
90-
it. From now on, your project's tests will be run on every push to GitHub.
95+
and login with your GitHub account. Then activate your project in your
96+
profile settings and you're ready to go. From now on, your project's tests
97+
will be run on every push to GitHub.

0 commit comments

Comments
 (0)