summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-06-16 16:42:51 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-06-16 16:42:51 +0530
commit9e03fe4c821a180506f2fb80c8a2b8855228efc1 (patch)
tree12701b236c142d8e053d5beea103f1ab719e34ab
parent93cdb4d2434bf734607f69d876fcd7f61ead8204 (diff)
downloadpip-9e03fe4c821a180506f2fb80c8a2b8855228efc1.tar.gz
Mention complete path in docs for tests-requirements.txt
-rw-r--r--docs/development.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 9a6a0e05a..caac58048 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -69,7 +69,7 @@ Running tests
OS Requirements: subversion, bazaar, git, and mercurial.
Python Requirements: tox or install all packages listed in
-`test-requirements.txt`_
+`tools/test-requirements.txt`_
Ways to run the tests locally::
@@ -262,4 +262,4 @@ to create one of these the changes should already be merged into the
.. _`.travis.yml`: https://github.com/pypa/pip/blob/master/.travis.yml
.. _`appveyor.yml`: https://github.com/pypa/pip/blob/master/appveyor.yml
.. _`Travis CI Pull Requests`: https://travis-ci.org/pypa/pip/pull_requests
-.. _`test-requirements.txt`: https://github.com/pypa/pip/blob/master/tools/test-requirements.txt
+.. _`tools/test-requirements.txt`: https://github.com/pypa/pip/blob/master/tools/test-requirements.txt