David Glick
2015-02-13 c94c39bf9cc6a5c0fd9207046e8feb8b9a917447
fix instructions for running coverage via tox
1 files modified
2 ■■■ changed files
HACKING.txt 2 ●●● patch | view | raw | blame | history
HACKING.txt
@@ -195,7 +195,7 @@
-------------
- 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``.