bump py35,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: Iaf309da4683fe69b2bb7d1691e0fe498920d7db2
This commit is contained in:
maaoyu 2020-10-12 11:02:51 +08:00
parent a19a2e824a
commit 761ddc7fe7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = docs,linters,py35,py37
envlist = docs,linters,py3
minversion = 3.1.0
skipsdist = True
ignore_basepython_conflict=true