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: I16929ff578e77cc437435e226007b481b2b337ae
This commit is contained in:
yangyawei 2021-05-27 03:05:07 +08:00 committed by Stephen Finucane
parent f69edb021f
commit b4474778d0

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py38,pep8
envlist = py3,pep8
ignore_basepython_conflict = true
skipsdist = true