From 2945e0657dabd2e22f8d715009d4784c9a9c23c9 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 15 Sep 2015 19:01:55 -0700 Subject: [PATCH] Don't run tox for temporarily-disabled python versions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b2466c3bb4..b1055807793 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ # acme and letsencrypt are not yet on pypi, so when Tox invokes # "install *.zip", it will not find deps skipsdist = true -envlist = py26,py27,py33,py34,cover,lint +envlist = py27,cover,lint [testenv] commands =