summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStavros Ntentos <133706+stdedos@users.noreply.github.com>2019-04-12 11:11:41 +0300
committerGitHub <noreply@github.com>2019-04-12 11:11:41 +0300
commitaa3701bbfa59758c754d3e335dc026aa2aa57fe2 (patch)
tree7de90039ec0e50184c6ae1ec79df189edcc6192f
parent79b9f30b4b76b95be83a7bbe391f1e35150dc17d (diff)
downloadpysaml2-aa3701bbfa59758c754d3e335dc026aa2aa57fe2.tar.gz
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 !