diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -2,7 +2,8 @@ envlist = lint, py35,py36,py37,py38,pypy3, - docs,coverage, + py38-cover,coverage, + docs [testenv] commands = @@ -13,6 +14,11 @@ extras = setenv = COVERAGE_FILE=.coverage.{envname} +[testenv:py38-cover] +commands = + python --version + pytest --cov {posargs:} + [testenv:lint] skip_install = true commands = @@ -52,6 +58,7 @@ deps = coverage setenv = COVERAGE_FILE=.coverage +depends = py38-cover [testenv:format] skip_install = true |
