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: I42b735072db71f861eb71de5b468e4957ba33f3f
This commit is contained in:
yangyawei 2021-05-27 02:58:30 +08:00
parent 197972b692
commit 5bb536c13b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.0
skipsdist = True
envlist = py37,pep8
envlist = py3,pep8
skip_missing_interpreters = true
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file