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: Id230197b1fcb09d16c7a9a66bfaa7c878d67e4ba
This commit is contained in:
yangyawei 2021-05-27 02:37:19 +08:00
parent 224af052af
commit a309852c46
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