@@ -9,7 +9,7 @@ customizations to the nose testing infrastructure are in
9
9
:mod: `matplotlib.testing `. (There is other old testing cruft around,
10
10
please ignore it while we consolidate our testing to these locations.)
11
11
12
- .. _nose : http://somethingaboutorange.com/mrl/projects/nose /
12
+ .. _nose : http://nose.readthedocs.org/en/latest /
13
13
14
14
Requirements
15
15
------------
@@ -56,7 +56,7 @@ arguments works from within Python::
56
56
import matplotlib
57
57
matplotlib.test()
58
58
59
- .. _`nosetest arguments` : http://somethingaboutorange.com/mrl/projects/ nose/1.0.0 /usage.html
59
+ .. _`nosetest arguments` : http://nose.readthedocs.org/en/latest /usage.html
60
60
61
61
62
62
Running tests by any means other than `matplotlib.test() `
@@ -199,7 +199,7 @@ project.
199
199
Travis CI is already enabled for the `main matplotlib GitHub
200
200
repository <https://github.com/matplotlib/matplotlib/> `_ -- for
201
201
example, see `its Travis page
202
- <http ://travis-ci.org/#! /matplotlib/matplotlib> `_.
202
+ <https ://travis-ci.org/matplotlib/matplotlib> `_.
203
203
204
204
If you want to enable Travis CI for your personal matplotlib GitHub
205
205
repo, simply enable the repo to use Travis CI in either the Travis CI
@@ -210,8 +210,8 @@ generally isn't necessary, since any pull request submitted against
210
210
the main matplotlib repository will be tested.
211
211
212
212
Once this is configured, you can see the Travis CI results at
213
- http://travis-ci.org/#!/ your_GitHub_user_name/matplotlib -- here's `an
214
- example <http ://travis-ci.org/#! /msabramo/matplotlib> `_.
213
+ http://travis-ci.org/your_GitHub_user_name/matplotlib -- here's `an
214
+ example <https ://travis-ci.org/msabramo/matplotlib> `_.
215
215
216
216
217
217
Using tox
0 commit comments