minor modifications

This commit is contained in:
François Boulogne
2013-07-10 18:51:18 +02:00
parent 4e0440d13f
commit e7f9e673ac
+9 -10
View File
@@ -154,25 +154,24 @@ detailing the test coverage::
skimage/filter/__init__ 1 1 100%
...
Activate Travis-ci for your fork (optional)
----------------------------------------
Activate Travis-CI for your fork (optional)
-------------------------------------------
Travis-ci checks all unittests in the project to prevent breakage.
Travis-CI checks all unittests in the project to prevent breakage.
Before sending a pull request, you may want to check that Travis-ci
Before sending a pull request, you may want to check that Travis-CI
successfully passes all tests. To do so,
* Go to `Travis-ci <http://travis-ci.org/>`__ and follow the Sign In link at the top::
* Go to `Travis-CI <http://travis-ci.org/>`__ and follow the Sign In link at the top
* Go to your `profile page <https://travis-ci.org/profile>`__
* Switch on your scikit-image fork
* Go to your `profile page <https://travis-ci.org/profile>`__ and switch on your
scikit-image fork
It corresponds to steps one and two in
`Travis-ci documentation <http://about.travis-ci.org/docs/user/getting-started/>`__
`Travis-CI documentation <http://about.travis-ci.org/docs/user/getting-started/>`__
(Step three is already done in scikit-image).
Thus, as soon as you push your code to your fork, it will trigger Travis-ci,
Thus, as soon as you push your code to your fork, it will trigger Travis-CI,
and you will receive an email notification when the process is done.
Bugs