From d61126be56d15bc88573dbc1cec8d3148686e631 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 09:49:28 +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: I356ba7cc702843fe702b3a50b48539d4887bacf4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f6c0beb3..1f788372 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = linters,docs,py +envlist = linters,docs,py3 skipsdist = True # Automatic envs (pyXX) will only use the python version appropriate to that