From bc7e8e329e8bc6b5c5bb747911c9444172e930da Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 3 Aug 2023 15:23:42 +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: I0c40b95142eec68a8744360397831c4298eb36b7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 70fe8960..5dc7bbe0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py38,pep8 +envlist = py3,pep8 [testenv] # Note the hash seed is set to 0 until neutron can be tested with a