From 03117a7fb35bdae8d004e7411e752241fc68af1b Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 25 Mar 2019 14:16:58 +0100 Subject: [PATCH] Use only pep8, pylint, py36 and py27 as default tox envs Change-Id: I650233b2f99c3177aaf0003c6e16fe1a08ca9a05 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 60100d4f3..418338182 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,py35,py36,py37,py27 +envlist = pep8,pylint,py36,py27 minversion = 2.0