Don't run tox for temporarily-disabled python versions

This commit is contained in:
Peter Eckersley
2015-09-15 19:01:55 -07:00
parent c7b4bebd23
commit 2945e0657d
+1 -1
View File
@@ -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 =