From dba9c085934eb589b1f284ac87ac896fde43d3ef Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 16:04:48 +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: Iad3d93fdd779704e1cd99ff947994a32ba9240d1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4515755c..0641de53 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,pep8 +envlist = py3,pep8 minversion = 3.1.1 skipsdist = True ignore_basepython_conflict = True