From 6ec35a3d1994b83a9712dc0968cf377bf2422194 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Thu, 17 Sep 2020 19:34:03 +0800 Subject: [PATCH] bump py37 to py38 in tox.ini in 'victoria' cycle, we should test py38 by default. and remove redundant python env. Change-Id: I5365c435bac63ce0071fb6107373f37f70e2799b --- tox.ini | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index 7cdc88cc8e..f6f79ddb08 100644 --- a/tox.ini +++ b/tox.ini @@ -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}