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: I23079372b2cbbc083f6c4fef1df2268755a2da1e
This commit is contained in:
maaoyu 2020-10-12 15:29:26 +08:00
parent db0aeecfe1
commit e4ccb1dfd4
1 changed files with 1 additions and 1 deletions

View File

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