Skip to content

Commit 0b397fc

Browse files
Merge pull request #605 from stdedos/patch-1
install.rst: complete pytest invocation
2 parents 79b9f30 + aa3701b commit 0b397fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ After this you ought to be able to run the tests without an hitch.
5050
The tests are based on the pypy test environment, so::
5151

5252
cd tests
53-
py.test
53+
pip install -r test-requirements.txt
54+
pytest
5455

5556
is what you should use. If you don't have py.test, get it it's part of pypy!
5657
It's really good !

0 commit comments

Comments
 (0)