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: I0aab034acf093391411cf76c858bc3c3b6a98cb1
This commit is contained in:
maaoyu 2020-10-12 13:45:18 +08:00 committed by Martin Kopec
parent 7aa4fd65a2
commit ab4b9e3ad2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,pep8,npm-test,npm-lint
envlist = py36,py38,pep8,npm-test,npm-lint
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True