From 2bfa6634adbef3cda294524580d2eebbfd3a0d7e Mon Sep 17 00:00:00 2001 From: niuke Date: Fri, 16 Sep 2022 13:10:58 +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: If49d95aee3009155431f03409e169193ffa00835 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e7a79306..edd76498 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py39,pep8 +envlist = py3,pep8 skipsdist = True # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set