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-08-07 23:35:21 +0300
committerGitHub <noreply@github.com>2020-08-07 23:35:21 +0300
commit8574313841b140bbc00f3d7e2036db0794ab6d6c (patch)
treef27adc9948fd3dfe6821483c1f5e33ee61e39e66 /tox.ini
parenta6775344624d6a47a9565fa0a3c0624ebf0dd689 (diff)
Remove final jessie references outside of cb-auto. (#8194)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index a009ba219..c61379b94 100644
--- a/tox.ini
+++ b/tox.ini
@@ -199,16 +199,6 @@ passenv =
DOCKER_*
TARGET_BRANCH
-[testenv:le_auto_jessie]
-# At the moment, this tests under Python 2.7 only, as only that version is
-# readily available on the Wheezy Docker image.
-commands =
- docker build -f letsencrypt-auto-source/Dockerfile.jessie -t lea letsencrypt-auto-source
- docker run --rm -t lea
-whitelist_externals =
- docker
-passenv = DOCKER_*
-
[testenv:le_auto_centos6]
# At the moment, this tests under Python 2.6 only, as only that version is
# readily available on the CentOS 6 Docker image.