mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Quickfix for #235
This commit is contained in:
@@ -10,6 +10,9 @@ commands =
|
|||||||
python setup.py develop easy_install letsencrypt[testing]
|
python setup.py develop easy_install letsencrypt[testing]
|
||||||
python setup.py test -q # -q does not suppress errors
|
python setup.py test -q # -q does not suppress errors
|
||||||
|
|
||||||
|
# quickfix for #235
|
||||||
|
deps = pip<6.0.7
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user