Skip to content

Commit

Permalink
Don't run tox for temporarily-disabled python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Sep 16, 2015
1 parent c7b4beb commit 2945e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2945e06

Please sign in to comment.