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: If847096fce66c918d729f1cbb97ee9ad518f4864
This commit is contained in:
zhangboye 2021-04-20 16:29:50 +08:00
parent 2fe404f68f
commit c50503c2a1
1 changed files with 1 additions and 1 deletions

View File

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