Skip to content

Commit

Permalink
Modernize config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 31, 2020
1 parent 0618f65 commit 9ed00d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ envlist =
[testenv]
commands =
zope-testrunner --test-path=src []
deps =
.[test]
extras = test

[testenv:coverage]
usedevelop = true
Expand All @@ -16,15 +15,13 @@ commands =
coverage run -m zope.testrunner --test-path=src []
coverage report --fail-under=100
deps =
{[testenv]deps}
coverage
coverage-python-version

[testenv:docs]
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
deps =
.[docs]
extras = docs

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit 9ed00d9

Please sign in to comment.