Remove references and tests for Ubuntu Trusty.

This commit is contained in:
Brad Warren
2019-06-25 10:10:14 -07:00
parent a3bbdd52e7
commit 4c95b687ae
8 changed files with 4 additions and 81 deletions
+3 -13
View File
@@ -180,12 +180,11 @@ whitelist_externals =
passenv =
DOCKER_*
[testenv:le_auto_trusty]
# At the moment, this tests under Python 2.7 only, as only that version is
# readily available on the Trusty Docker image.
[testenv:le_auto_xenial]
# At the moment, this tests under Python 2.7 only.
commands =
python {toxinidir}/tests/modification-check.py
docker build -f letsencrypt-auto-source/Dockerfile.trusty -t lea letsencrypt-auto-source
docker build -f letsencrypt-auto-source/Dockerfile.xenial -t lea letsencrypt-auto-source
docker run --rm -t -i lea
whitelist_externals =
docker
@@ -193,15 +192,6 @@ passenv =
DOCKER_*
TRAVIS_BRANCH
[testenv:le_auto_xenial]
# At the moment, this tests under Python 2.7 only.
commands =
docker build -f letsencrypt-auto-source/Dockerfile.xenial -t lea letsencrypt-auto-source
docker run --rm -t -i lea
whitelist_externals =
docker
passenv = DOCKER_*
[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.