From 6a3db9b7efa87a1b6338c1ee72104e8b76f45869 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 10:24:07 +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: I24d0f68ade8920b52a9552ab55fc5fc478eef61a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd2ab9b..113b715 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,py33,py34 +envlist = py27,py3 [testenv:venv] basepython = python3