From 7c0fbf58f5afd8fef28075e84ed4c5762ec65345 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 14:06:06 +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: Ic4f1253a369be2b8f8d2a66b8d3f67ab35e5daf7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index de898b9..61cc4fa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.18.0 -envlist = py36,py38,pypy,pep8 +envlist = py3,pypy,pep8 skipsdist = True ignore_basepython_conflict = True