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: I37ddbac65128ad3df123440fccbf63958c60d6ba
This commit is contained in:
maaoyu 2020-10-12 15:16:12 +08:00
parent 3b2f6d7730
commit 5138e3e1b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pypy,pep8
envlist = py38,pypy,pep8
minversion = 3.1
skipsdist = True
ignore_basepython_conflict = True