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: I183db1a6db8ff512a20a3a467770f9b6f1cbd260
This commit is contained in:
maaoyu 2020-10-12 14:06:14 +08:00
parent d9c4bc5eba
commit 0046d0adbc
1 changed files with 1 additions and 1 deletions

View File

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