From 88faeaf279aa94527c23fe5264f8b15c6499c246 Mon Sep 17 00:00:00 2001 From: niuke Date: Mon, 31 Jul 2023 11:30:57 +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: Ibbe6fde1fe22d087f607616571e0a273b0712c40 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3f76f1e6..31b2ce9a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py39,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True [testenv]