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>2019-06-12 00:41:25 +0300
committerAdrien Ferrand <adferrand@users.noreply.github.com>2019-06-12 00:41:25 +0300
commit0c5f526f8bd69de37ee7b6de05f45040394cd6f2 (patch)
tree085ef0c9d9ab9639f13a5faa7bbc54b9f2beaea3 /tox.ini
parent5385375571d06c0c6a1c2c07b46df03496d90e47 (diff)
Remove the Postfix plugin (#7097)
* Remove the postfix plugin. * Remove references to postfix plugin in code. * Remove reference to postfix plugin in docs.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 52ae1e97d..fed30976f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,7 +35,6 @@ all_packages =
certbot-apache \
{[base]dns_packages} \
certbot-nginx \
- certbot-postfix \
letshelp-certbot
install_packages =
python {toxinidir}/tools/pip_install_editable.py {[base]all_packages}
@@ -59,7 +58,6 @@ source_paths =
certbot-dns-route53/certbot_dns_route53
certbot-dns-sakuracloud/certbot_dns_sakuracloud
certbot-nginx/certbot_nginx
- certbot-postfix/certbot_postfix
letshelp-certbot/letshelp_certbot
tests/lock_test.py
@@ -111,12 +109,6 @@ commands =
setenv =
{[testenv:py27-oldest]setenv}
-[testenv:py27-postfix-oldest]
-commands =
- {[base]install_and_test} certbot-postfix
-setenv =
- {[testenv:py27-oldest]setenv}
-
[testenv:py27-cover]
basepython = python2.7
commands =