bump py37 to py38 in tox.ini
in 'victoria' cycle, we should test py38 by default. and remove redundant python env. Change-Id: I5365c435bac63ce0071fb6107373f37f70e2799b
This commit is contained in:
parent
9a9ae6e295
commit
6ec35a3d19
8
tox.ini
8
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.1
|
minversion = 3.1
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = pep8,py37
|
envlist = pep8,py38
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -21,12 +21,6 @@ commands =
|
|||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
[testenv:py36]
|
|
||||||
basepython = python3.6
|
|
||||||
|
|
||||||
[testenv:py37]
|
|
||||||
basepython = python3.7
|
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t kolla/tests {posargs}
|
commands = oslo_debug_helper -t kolla/tests {posargs}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user