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: I6e55865aa34bb82256bbc51754fba88690bbba34
This commit is contained in:
yangyawei 2021-05-27 02:33:35 +08:00
parent 891e996920
commit c1165f20b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
skipsdist = True skipsdist = True
envlist = py37,pep8 envlist = py3,pep8
[testenv] [testenv]
basepython = python3 basepython = python3