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: I058be576e4c6a22d850fc8beb0cf7a5f22fa9fd7
This commit is contained in:
wangjiaqi07 2022-09-13 16:34:43 +08:00
parent 4b80f61a5c
commit cc8441858f
1 changed files with 1 additions and 1 deletions

View File

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