Skip to content

Commit

Permalink
Make setup simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 5, 2019
1 parent e4e0ac5 commit f90ebfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Expand Up @@ -5,17 +5,16 @@ envlist =
[testenv]
commands =
zope-testrunner --test-path=src []
deps =
.[test]
extras = test

[testenv:coverage]
basepython =
python2.7
commands =
coverage run -m zope.testrunner --test-path=src []
coverage html
coverage report --fail-under=100
deps =
{[testenv]deps}
coverage

[testenv:flake8]
Expand Down

0 comments on commit f90ebfd

Please sign in to comment.