diff options
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index 87d1422dc..64c8f461a 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -94,7 +94,7 @@ Running Tests -------------- - To run tests for Pyramid on a single Python version, run ``python setup.py - test`` against the using the Python interpreter from virtualenv into which + test`` against the Python interpreter from virtualenv into which you've ``setup.py develop``-ed Pyramid. - To run the full set of Pyramid tests on all platforms, install ``tox`` |
