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@eff.org>2019-06-25 20:10:14 +0300
committerBrad Warren <bmw@eff.org>2019-06-25 20:10:14 +0300
commit4c95b687ae298921065c54e43fa246194b4c738e (patch)
tree0c594612336d770c9ba68c0f3e7d1f8fc25e5299 /tox.ini
parenta3bbdd52e764335ca746689c665f7b0e46cb7c53 (diff)
Remove references and tests for Ubuntu Trusty.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 3 insertions, 13 deletions
diff --git a/tox.ini b/tox.ini
index b86a840ec..bbe3c7a05 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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.