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: I56df27b5688aaae0ef0d154bbd878e1a1dddde5b
This commit is contained in:
niuke
2023-05-25 14:55:35 +08:00
parent b5519a7015
commit a4f06de9a0
+1 -1
View File
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py39,pypy,pep8
envlist = py3,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True