Skip to content

Commit

Permalink
Fix min coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 29, 2018
1 parent 6e0124b commit 191e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands =
coverage run -m zope.testrunner --test-path=src {posargs:-vc}
coverage combine
coverage html
coverage report --fail-under=63
coverage report --fail-under=62

[testenv:flake8]
basepython = python2.7
Expand Down

0 comments on commit 191e0c4

Please sign in to comment.