From 23b2dc92137072b9fb99a567573d6431c0f1c2b1 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 14:13:40 +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: Ia63c0553dbafcdaa72e915a0443264858f8d165d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 40766bc66..d2a420573 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py38,pep8 +envlist = py27,py3,pep8 skipsdist = True [testenv]