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: I19bcaf52e8e37c77e7b9d3b8088c29a9429def44
This commit is contained in:
niuke 2022-08-06 17:10:22 +08:00 committed by Slawek Kaplonski
parent 6a7cb9c994
commit b5a7202735
1 changed files with 1 additions and 1 deletions

View File

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