From 66fc1ccc27b445dfadf16b09a7e838f6aac21899 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Mon, 4 May 2020 00:14:03 -0700 Subject: Update tox.ini to run pytest instead --- tox.ini | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tox.ini') 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} -- cgit v1.2.3