From c50503c2a102daf74c6b622a8a03ebab77f1dbcb Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 16:29:50 +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: If847096fce66c918d729f1cbb97ee9ad518f4864 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 34411f5..a42d5c7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py36,py38,pep8,pylint,docs +envlist = py3,pep8,pylint,docs skipsdist = True ignore_basepython_conflict = True