兼容py38
This commit is contained in:
parent
e5e0392e93
commit
ca197e8161
19
tox.ini
19
tox.ini
|
@ -14,10 +14,10 @@ deps =
|
||||||
|
|
||||||
[testenv:devenv]
|
[testenv:devenv]
|
||||||
envdir = devenv
|
envdir = devenv
|
||||||
basepython = python3
|
basepython = python3.8
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
#commands =
|
|
||||||
# {envpython} {toxinidir}/bin/e2f.py
|
|
||||||
|
|
||||||
[testenv:devenv2]
|
[testenv:devenv2]
|
||||||
envdir = devenv2
|
envdir = devenv2
|
||||||
|
@ -25,8 +25,17 @@ basepython = python2.7
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
|
||||||
|
|
||||||
[testenv:py3-release]
|
[testenv:py38-release]
|
||||||
basepython = python3
|
basepython = python3.8
|
||||||
|
deps =
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
|
||||||
|
commands =
|
||||||
|
{envpython} {toxinidir}/release.py {envdir} {envsitepackagesdir} {toxinidir}/build/dataCreating_v1.0.0 {toxinidir}
|
||||||
|
|
||||||
|
|
||||||
|
[testenv:py310-release]
|
||||||
|
basepython = python3.10
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue