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: I1d49679f78a5fdd46fc8ecc96bd66ee149cf8779
This commit is contained in:
maaoyu 2020-10-12 13:58:40 +08:00
parent ec1b7dda0e
commit 8781f6669a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py37,pep8
envlist = py38,pep8
skipdist = True
[testenv]