Skip to content

Commit

Permalink
fix instructions for running coverage via tox
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Feb 13, 2015
1 parent 9343dbc commit c94c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit c94c39b

Please sign in to comment.