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: I1a884e43691f4cb8e261615a77f327fa85dc5474
This commit is contained in:
LiZekun 2023-09-25 17:10:04 +08:00
parent ae310d97c3
commit 7a30c68790

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = docs,pep8,py36
envlist = docs,pep8,py3
skipsdist = True
ignore_basepython_conflict = True