Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-02-15 04:19:19 +0300
committerGitHub <noreply@github.com>2020-02-15 04:19:19 +0300
commitfd64c8c33b2176e6569d64d30776bd5fc9fd3820 (patch)
tree421dae7552123d2ddf4142eec06bb67d460a1e0e /tox.ini
parent3f52695ec27a4b5fdfe675982e959f7fffbccb18 (diff)
Remove letshelp-certbot (#7761)
* remove references to letshelp * remove letshelp files * Remove line continuation Co-authored-by: ohemorange <ebportnoy@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b2710ce35..3903cdf45 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,8 +34,7 @@ all_packages =
certbot[dev] \
certbot-apache \
{[base]dns_packages} \
- certbot-nginx \
- letshelp-certbot
+ certbot-nginx
install_packages =
python {toxinidir}/tools/pip_install_editable.py {[base]all_packages}
source_paths =
@@ -58,7 +57,6 @@ source_paths =
certbot-dns-route53/certbot_dns_route53
certbot-dns-sakuracloud/certbot_dns_sakuracloud
certbot-nginx/certbot_nginx
- letshelp-certbot/letshelp_certbot
tests/lock_test.py
[testenv]