bump py37 to py3 in tox.ini

in 'victoria' cycle, we should test py38 by default.
But we let local development tests run with whatever the default
local py3 is the default.

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

Change-Id: Ieab0763f69616226a4567de45ff292f336aad090
This commit is contained in:
maaoyu 2020-10-12 10:59:32 +08:00 committed by Michael Johnson
parent 0e16095a80
commit 2928502c86

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py37,flake8
envlist = py3,flake8
ignore_basepython_conflict = True
skipsdist = True