summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 74f5cfbbd..45e786684 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,16 +2,14 @@
envlist =
lint,
py35,py36,py37,py38,pypy3,
- docs,py36-cover,coverage,
+ docs,coverage,
[testenv]
commands =
- cover: coverage run \
- {envbindir}/nosetests --with-xunit --xunit-file=nosetests-{envname}.xml {posargs:}
+ python --version
+ pytest {posargs:}
extras =
testing
-deps =
- cover: coverage
setenv =
COVERAGE_FILE=.coverage.{envname}