bump py37 to py38 in tox.ini

in 'victoria' cycle, we should test py38 by default.

Trivial change

Change-Id: I224a54caa9c73634dd94f05d4a4969f52a9725cb
This commit is contained in:
zhangchun 2020-09-20 13:30:03 +00:00 committed by Martin Chacon Piza
parent 2ebd1a0755
commit 6eefefffdc
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8,cover
envlist = py38,pep8,cover
minversion = 2.5
skipsdist = True
@ -29,8 +29,8 @@ commands =
{[testenv]commands}
stestr run {posargs}
[testenv:py37]
basepython = python3.7
[testenv:py38]
basepython = python3.8
commands =
{[testenv]commands}
stestr run {posargs}