mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Merge pull request #773 from letsencrypt/rm-py26
Don't run tox for temporarily-disabled python versions
This commit is contained in:
commit
d55c3e64c0
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue