Use py3 as the default runtime for tox

Change-Id: I16690a7aab91f364a012cb7979857ad8b4ad71c6
This commit is contained in:
Natzcheng 2023-09-16 11:21:52 +08:00 committed by Natz cheng
parent ecb2436a52
commit 95649921a1

View File

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