From 59e6a14d01dda304c7d11fda1d35198f25799d6c Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 16:57: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: Id9f0c4322204212a814d79f01769e07a3ff942db --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b7074b..120ec82 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py37,pypy,pep8 +envlist = py3,pypy,pep8 skipsdist = True ignore_basepython_conflict = True