From a309852c4637cd34999378c72c8f84fc3425fb26 Mon Sep 17 00:00:00 2001 From: yangyawei Date: Thu, 27 May 2021 02:37:19 +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: Id230197b1fcb09d16c7a9a66bfaa7c878d67e4ba --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eecb121..819d272 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py37,pep8 +envlist = py3,pep8 [testenv] basepython = python3