summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 3 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 7ee9522..a8a4fa9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,9 +3,7 @@ envlist =
py27,py35,py36,py37,py38,pypy,pypy3,coverage,docs
[testenv]
-deps =
- .[test]
- zope.testrunner
+extras = test
commands =
zope-testrunner --test-path=src []
@@ -15,11 +13,8 @@ usedevelop = true
basepython =
python2.7
commands =
- nosetests --with-xunit --with-xcoverage
-deps =
- nose
- coverage
- nosexcover
+ coverage run -m zope.testrunner --test-path=src []
+ coverage report --fail-under=100
[testenv:docs]
basepython =