diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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} |
