From 0aee486d390204281ebbab96cd2064eca30e9ae6 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 10:50:03 +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: I00108fb70f077eeda092c9124f37df51860df370 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d0920fa..ce5bb82 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py38,pep8 +envlist = py3,pep8 skipsdist = True [testenv]