diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-11 21:59:01 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-11 21:59:01 -0800 |
| commit | 102a2413a73e715cadc86ad3e9f22565cb6d24d8 (patch) | |
| tree | 242d494bd7b1cae1b2b372e6146201f4a4b3f083 /HACKING.txt | |
| parent | 99ca9e74cc119328987fc1cd0c377b8380beccdf (diff) | |
| parent | b98e70e340f84652b44c888472724a23bae5f007 (diff) | |
| download | pyramid-102a2413a73e715cadc86ad3e9f22565cb6d24d8.tar.gz pyramid-102a2413a73e715cadc86ad3e9f22565cb6d24d8.tar.bz2 pyramid-102a2413a73e715cadc86ad3e9f22565cb6d24d8.zip | |
Merge pull request #764 from tshepang/typos
typos
Diffstat (limited to 'HACKING.txt')
| -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`` |
