Updated to latest python versions
This commit is contained in:
@@ -3,14 +3,14 @@ envlist =
|
||||
clean,
|
||||
build,
|
||||
check,
|
||||
3.9-cover,
|
||||
3.9-nocov,
|
||||
3.13-cover,
|
||||
3.13-nocov,
|
||||
report,
|
||||
docs
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
{clean,check,report,extension-coveralls,coveralls,codecov,docs,spell,build}: python3.9
|
||||
{clean,check,report,extension-coveralls,coveralls,codecov,docs,spell,build}: python3.13
|
||||
setenv =
|
||||
PYTHONPATH={toxinidir}/tests
|
||||
PYTHONUNBUFFERED=yes
|
||||
@@ -112,11 +112,11 @@ usedevelop = false
|
||||
deps = coverage
|
||||
|
||||
|
||||
[testenv:3.9-nocov]
|
||||
basepython = {env:TOXPYTHON:python3.9}
|
||||
[testenv:3.13-nocov]
|
||||
basepython = {env:TOXPYTHON:python3.13}
|
||||
|
||||
[testenv:3.9-cover]
|
||||
basepython = {env:TOXPYTHON:python3.9}
|
||||
[testenv:3.13-cover]
|
||||
basepython = {env:TOXPYTHON:python3.13}
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
WITH_COVERAGE=yes
|
||||
|
||||
Reference in New Issue
Block a user