Skip to content

Commit

Permalink
Add coverage to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
thoppe committed Feb 10, 2016
1 parent 16811d8 commit 2c70d14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ envlist = pypy, py27, py30, py31, py34
[testenv]
deps = nose
flake8
coverage
commands =
nosetests
flake8 hyperop tests
flake8 hyperop tests
coverage erase
coverage run --source hyperop setup.py test -q
coverage report --fail-under 100

0 comments on commit 2c70d14

Please sign in to comment.