From 8ee9945a939cabbcd0216b79a3498e2f457bdf57 Mon Sep 17 00:00:00 2001 From: niuke Date: Wed, 2 Aug 2023 10:06:04 +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: I31e1b7dffe10271421155830fe876c881d43a287 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf52dcf9..fb21ea62 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,pep8 +envlist = py3,pep8 ignore_basepython_conflict = true minversion = 3.2.0 skipsdist = True