mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Merge pull request #773 from letsencrypt/rm-py26
Don't run tox for temporarily-disabled python versions
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# acme and letsencrypt are not yet on pypi, so when Tox invokes
|
# acme and letsencrypt are not yet on pypi, so when Tox invokes
|
||||||
# "install *.zip", it will not find deps
|
# "install *.zip", it will not find deps
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist = py26,py27,py33,py34,cover,lint
|
envlist = py27,cover,lint
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user