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: I00108fb70f077eeda092c9124f37df51860df370
This commit is contained in:
zhangboye 2021-04-20 10:50:03 +08:00 committed by Dantali0n
parent 427afe1f75
commit 0aee486d39

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py38,pep8
envlist = py3,pep8
skipsdist = True
[testenv]