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: I948a123f71b0e19afaff2086a30566c9d8bcee5d
This commit is contained in:
yangyawei 2021-05-27 02:55:44 +08:00
parent 530563b6d3
commit 50d0797b79
1 changed files with 1 additions and 1 deletions

View File

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