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: I38a488598b9ecbeb2dfae42cb7279c7f4710bb31
This commit is contained in:
zhangboye 2021-04-20 10:47:34 +08:00
parent 09cb732532
commit 50b34efa11

View File

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