Skip to content

Commit

Permalink
Switch default coverage to modern python.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 2, 2017
1 parent a186434 commit 3e1d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -11,7 +11,7 @@ deps =
[testenv:coverage]
usedevelop = true
basepython =
python2.7
python3.6
commands =
coverage run -m zope.testrunner --test-path=src []
coverage report --fail-under=82
Expand Down

0 comments on commit 3e1d0c2

Please sign in to comment.