8000 Updated some broken and outdated links in testing docs [backport 1.4.2-doc] by s9w · Pull Request #4084 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Updated some broken and outdated links in testing docs [backport 1.4.2-doc] #4084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/devel/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ customizations to the nose testing infrastructure are in
:mod:`matplotlib.testing`. (There is other old testing cruft around,
please ignore it while we consolidate our testing to these locations.)

.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
.. _nose: http://nose.readthedocs.org/en/latest/

Requirements
------------
Expand Down Expand Up @@ -56,7 +56,7 @@ arguments works from within Python::
import matplotlib
matplotlib.test()

.. _`nosetest arguments`: http://somethingaboutorange.com/mrl/projects/nose/1.0.0/usage.html
.. _`nosetest arguments`: http://nose.readthedocs.org/en/latest/usage.html


Running tests by any means other than `matplotlib.test()`
Expand Down Expand Up @@ -199,7 +199,7 @@ project.
Travis CI is already enabled for the `main matplotlib GitHub
repository <https://github.com/matplotlib/matplotlib/>`_ -- for
example, see `its Travis page
<http://travis-ci.org/#!/matplotlib/matplotlib>`_.
<https://travis-ci.org/matplotlib/matplotlib>`_.

If you want to enable Travis CI for your personal matplotlib GitHub
repo, simply enable the repo to use Travis CI in either the Travis CI
Expand All @@ -210,8 +210,8 @@ generally isn't necessary, since any pull request submitted against
the main matplotlib repository will be tested.

Once this is configured, you can see the Travis CI results at
http://travis-ci.org/#!/your_GitHub_user_name/matplotlib -- here's `an
example <http://travis-ci.org/#!/msabramo/matplotlib>`_.
http://travis-ci.orgyour_GitHub_user_name/matplotlib -- here's `an
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lost one too '/' here

example <https://travis-ci.org/msabramo/matplotlib>`_.


Using tox
Expand Down
0