diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ envlist = lint, py37,py38,py39,py310,py311,pypy3, - py38-cover,coverage, + py311-cover,coverage, docs isolated_build = true @@ -16,7 +16,7 @@ extras = setenv = COVERAGE_FILE=.coverage.{envname} -[testenv:py38-cover] +[testenv:py311-cover] commands = python --version pytest --cov {posargs:} @@ -64,7 +64,7 @@ deps = coverage setenv = COVERAGE_FILE=.coverage -depends = py38-cover +depends = py311-cover [testenv:format] skip_install = true |
