summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-25 16:27:30 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-25 16:27:30 -0400
commita7ae0e576ced41a30cc1ff1ab3cc441354ed661d (patch)
tree7c858f47bcbeff1df9f9a21159b1ebb9ac4f731c
parent7973ec2e17ba7834d027dc2bc6398ba812e958c0 (diff)
downloadpytest-runner-a7ae0e576ced41a30cc1ff1ab3cc441354ed661d.tar.gz
Add note about --index-url parameter.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 74009f0..8e86ffb 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Usage
- Include 'pytest' and any other testing requirements to 'tests_require'.
- Invoke tests with ``setup.py pytest``.
- Pass ``--index-url`` to have test requirements downloaded from an alternate
- index URL.
+ index URL (unnecessary if specified for easy_install in setup.cfg).
- Pass additional py.test command-line options using ``--addopts``.
- Set permanent options for the pytest distutils command in the ``[pytest]``
section of setup.cfg.