Use py3 as the default runtime for tox

Moving on py3 as the default runtime for tox to avoid to update this at
each new cycle.

Change-Id: Ibd1226b0e72ec374d36a90a826b8cc6c6b57d1f2
This commit is contained in:
zhangboye 2021-04-20 09:46:15 +08:00
parent 3afeae8b0e
commit f03eb56846

View File

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