Bump py37 to py38 in tox.ini

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

ref:
  https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: I0a1d49d3f0b2401b5941cd510bc7627863947532
This commit is contained in:
root 2020-10-11 03:07:53 +00:00
parent 11cb88c2cd
commit f488636fb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py36,py37,pep8
envlist = py38,pep8
skipsdist = True
ignore_basepython_conflict = True