From dadbea49315e0a6006df1779a062ceff843c9490 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Tue, 13 Sep 2022 15:26:23 +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: I98a7ff716fc3a0abbe7883c6878f1c785fe96c86 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ecb4f16..e74237c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py39,pep8 +envlist = py3,pep8 # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set # ignore_basepython_conflict.