Skip to content

Commit

Permalink
Add a coverage tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Feb 5, 2016
1 parent d2e30da commit 2e1f84e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
@@ -1,3 +1,4 @@
coverage
discover
testrepository
hacking>=0.9.2,<0.10
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -26,3 +26,7 @@ ignore = H501

[testenv:docs]
commands = python setup.py build_sphinx

[testenv:cover]
commands =
python setup.py testr --slowest --coverage --testr-args="{posargs}"

0 comments on commit 2e1f84e

Please sign in to comment.