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: I1ed9e545750e8db264cc4381a69a3f61ba8ddf0f
This commit is contained in:
zhangboye 2021-04-20 10:43:10 +08:00
parent 2cda2e31f7
commit 8d54bdf11c
1 changed files with 1 additions and 1 deletions

View File

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