Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note about mercurial
Some tests need mercurial to pass.

Closes readthedocs#3320
  • Loading branch information
stsewd committed Dec 5, 2017
1 parent 76dbd45 commit 32f2c63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tests.rst
Expand Up @@ -17,6 +17,8 @@ environments by running::

tox

.. note:: You need `Mercurial`_ installed to pass some tests.

To target a specific environment::

tox -e py27
Expand All @@ -35,6 +37,7 @@ target a single environment to limit the test suite::
Test documentation compilation with Sphinx.

.. _`Tox`: http://tox.readthedocs.io/en/latest/index.html
.. _`Mercurial`: https://www.mercurial-scm.org/
.. _`Prospector`: http://prospector.readthedocs.io/en/master/
.. _`pylint`: http://docs.pylint.org/
.. _`pyflakes`: https://github.com/pyflakes/pyflakes
Expand Down

0 comments on commit 32f2c63

Please sign in to comment.