From 95649921a1aa1a0167dfd2853cd64be67bf7a392 Mon Sep 17 00:00:00 2001 From: Natzcheng Date: Sat, 16 Sep 2023 11:21:52 +0800 Subject: [PATCH] Use py3 as the default runtime for tox Change-Id: I16690a7aab91f364a012cb7979857ad8b4ad71c6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9cfee1b..3df870d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py36,py34,pypy,pep8 +envlist = py3,pep8 skipsdist = True ignore_basepython_conflict = True