Remove final jessie references outside of cb-auto. (#8194)

This commit is contained in:
Brad Warren
2020-08-07 13:35:21 -07:00
committed by GitHub
parent a677534462
commit 8574313841
4 changed files with 1 additions and 48 deletions
-10
View File
@@ -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.