From 998bb8b578019df3a7b229eac806287f3fd32069 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 15:11:00 +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: I4a54455e7e8b1b4de2f9656d13f65ef090da68eb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0837a063..10e7b8d4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py38,pep8 +envlist = py27,py3,pep8 minversion = 2.0 skipsdist = True