mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Update tox.ini update Python versions
This commit is contained in:
parent
bdd5732e0e
commit
bbe49f7d2f
1 changed files with 2 additions and 3 deletions
5
tox.ini
5
tox.ini
|
@ -4,19 +4,18 @@
|
||||||
envlist =
|
envlist =
|
||||||
clean,
|
clean,
|
||||||
check,
|
check,
|
||||||
{py27, py35, py36, py37, py38, py39, py310, py311},
|
{py27, py37, py38, py39, py310, py311, py312},
|
||||||
report
|
report
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
py27: {env:TOXPYTHON:python2.7}
|
py27: {env:TOXPYTHON:python2.7}
|
||||||
py35: {env:TOXPYTHON:python3.5}
|
|
||||||
py36: {env:TOXPYTHON:python3.6}
|
|
||||||
py37: {env:TOXPYTHON:python3.7}
|
py37: {env:TOXPYTHON:python3.7}
|
||||||
py38: {env:TOXPYTHON:python3.8}
|
py38: {env:TOXPYTHON:python3.8}
|
||||||
py39: {env:TOXPYTHON:python3.9}
|
py39: {env:TOXPYTHON:python3.9}
|
||||||
py310: {env:TOXPYTHON:python3.10}
|
py310: {env:TOXPYTHON:python3.10}
|
||||||
py311: {env:TOXPYTHON:python3.11}
|
py311: {env:TOXPYTHON:python3.11}
|
||||||
|
py312: {env:TOXPYTHON:python3.12}
|
||||||
{clean,check,report,codecov}: {env:TOXPYTHON:python3}
|
{clean,check,report,codecov}: {env:TOXPYTHON:python3}
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH={toxinidir}/tests
|
PYTHONPATH={toxinidir}/tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue