Bump py37 to py38 in tox.ini

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

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

Change-Id: I7de0f99a4b15cd4c21a815f6d6bdeac99bb657ba
This commit is contained in:
wu.shiming 2020-10-14 15:55:15 +08:00 committed by Pierre Riteau
parent 10ef8b76dd
commit b979560d88

View File

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