From 50b34efa11db1e760b050cf361202e96e2f5f3db Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 10:47:34 +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: I38a488598b9ecbeb2dfae42cb7279c7f4710bb31 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd26f81..a5b18b8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py37,pep8 +envlist = py3,pep8 skipsdist = True ignore_basepython_conflict = True