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