From 933da4c7586a4077ff71c485c6b63fd930fab28b Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Thu, 15 Sep 2022 08:42:35 +0800 Subject: [PATCH] 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: Iec76fff60bb0fb6107f61f371b97492eb90ff42a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 23197526..9f50de97 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.0 -envlist = py39,py37,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True skipsdist = True