summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorDavid Glick <david@glicksoftware.com>2015-02-12 21:16:43 -0800
committerDavid Glick <david@glicksoftware.com>2015-02-12 21:16:43 -0800
commitc94c39bf9cc6a5c0fd9207046e8feb8b9a917447 (patch)
treedac7d60f23f993644a093055cc866732eb1c5c2f /HACKING.txt
parent9343dbc71b268cf3c4ff4ac7e164af76ce39d5ec (diff)
downloadpyramid-c94c39bf9cc6a5c0fd9207046e8feb8b9a917447.tar.gz
pyramid-c94c39bf9cc6a5c0fd9207046e8feb8b9a917447.tar.bz2
pyramid-c94c39bf9cc6a5c0fd9207046e8feb8b9a917447.zip
fix instructions for running coverage via tox
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 16c17699c..e104869ec 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -195,7 +195,7 @@ Test Coverage
-------------
- The codebase *must* have 100% test statement coverage after each commit.
- You can test coverage via ``tox -e coverage``, or alternately by installing
+ You can test coverage via ``tox -e cover``, or alternately by installing
``nose`` and ``coverage`` into your virtualenv (easiest via ``setup.py
dev``) , and running ``setup.py nosetests --with-coverage``.