summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-02-09 19:15:07 -0500
committerChris McDonough <chrism@plope.com>2013-02-09 19:15:07 -0500
commitacf115391088770ae434d222179fd22a693bfe46 (patch)
tree442d33920cd6d20ccb7ce3cff3344fd851448d0d /HACKING.txt
parent6313e0dd97e22b8c897293cd8d5f2f145637f49f (diff)
parent7fe736bf57696aa62c8b0d84e62ad486d0f88f40 (diff)
downloadpyramid-acf115391088770ae434d222179fd22a693bfe46.tar.gz
pyramid-acf115391088770ae434d222179fd22a693bfe46.tar.bz2
pyramid-acf115391088770ae434d222179fd22a693bfe46.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 87d1422dc..32381cc6c 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -88,13 +88,13 @@ Coding Style
mandatory.
- Please do not remove trailing whitespace. Configure your editor to reduce
- diff noise.
+ diff noise. See https://github.com/Pylons/pyramid/issues/788 for more.
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``