Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 14, 2018
1 parent 815a057 commit 92489a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ deps =
zope.testrunner

[testenv:coverage]
usedevelop = true
basepython =
python2.7
commands =
coverage run -m zope.testrunner --test-path=src {posargs:--auto-color -vv}
coverage report --fail-under=96
extras = test
deps =
{[testenv]deps}
coverage
Expand All @@ -25,5 +25,4 @@ basepython =
python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
deps =
.[docs]
extras = docs

0 comments on commit 92489a3

Please sign in to comment.