summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-04-12 13:45:30 +0300
committerGitHub <noreply@github.com>2019-04-12 13:45:30 +0300
commit0b397fc4d4b6a41ae9f12c1e52e1f44d185430ef (patch)
tree7de90039ec0e50184c6ae1ec79df189edcc6192f
parent79b9f30b4b76b95be83a7bbe391f1e35150dc17d (diff)
parentaa3701bbfa59758c754d3e335dc026aa2aa57fe2 (diff)
downloadpysaml2-0b397fc4d4b6a41ae9f12c1e52e1f44d185430ef.tar.gz
Merge pull request #605 from stdedos/patch-1
install.rst: complete pytest invocation
-rw-r--r--docs/install.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 58910e29..4e23497b 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -50,7 +50,8 @@ After this you ought to be able to run the tests without an hitch.
The tests are based on the pypy test environment, so::
cd tests
- py.test
+ pip install -r test-requirements.txt
+ pytest
is what you should use. If you don't have py.test, get it it's part of pypy!
It's really good !