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: I0d8cbd5417638defb99b1c44153529c9b787c70f
This commit is contained in:
zhangboye 2021-04-20 15:21:15 +08:00
parent 63610f006e
commit 77bcc1bb2c

View File

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