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:
wu.chunyang 2020-09-17 19:34:03 +08:00
parent 9a9ae6e295
commit 6ec35a3d19
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1
skipsdist = True
envlist = pep8,py37
envlist = pep8,py38
ignore_basepython_conflict = True
[testenv]
@ -21,12 +21,6 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:py36]
basepython = python3.6
[testenv:py37]
basepython = python3.7
[testenv:debug]
commands = oslo_debug_helper -t kolla/tests {posargs}