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: I27b79503c8717ec4ae54da52e40ef26b0262a186
This commit is contained in:
niuke
2023-08-07 15:29:15 +08:00
parent cb7ae677a6
commit 9745b6338c

View File

@@ -1,5 +1,5 @@
[tox]
envlist = pep8,py36,py39
envlist = pep8,py3
minversion = 3.18.0
ignore_basepython_conflict = True