summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-21 18:47:18 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-21 18:47:18 -0400
commit5cc9731258cd6c03332e44e2a4c6c447373bbe48 (patch)
tree0fcad692e0392104eaf0bf2a5947d405b164366b
parent6402825e1656438d4c5deb636325da5084f124f4 (diff)
downloadpytest-runner-5cc9731258cd6c03332e44e2a4c6c447373bbe48.tar.gz
Update readme2.1
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index e97a625..5c0bef5 100644
--- a/README
+++ b/README
@@ -11,6 +11,10 @@ Usage
similar) to avoid pulling in incompatible versions.
- 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.
+- Pass additional py.test command-line options using `--addopts`.
+- Set options in the `[pytest]` section of setup.cfg.
See the `jaraco.util <https://bitbucket.org/jaraco/jaraco.util/>`_ project
for an example.