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: Ica4fdfbea9e06a9a62e8150c60e444ec59e54860
This commit is contained in:
zhangboye 2021-04-20 14:03:44 +08:00
parent ad4a7c8143
commit 6522d7a9b5

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py37,pep8
envlist = py3,pep8
skipsdist = true
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set