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:
authorJoona Hoikkala <joona@kuori.org>2020-01-30 18:08:16 +0300
committerJoona Hoikkala <joona@kuori.org>2020-01-30 18:08:16 +0300
commit882335c7ec7a3e38db50293c8a0e4229f1b2d2e1 (patch)
tree5f8dfda178b11b27f716501d2c21fcb18a2af9e3 /tox.ini
parent0e78436b059e99a5fd07ea7329b911bcb3f0e147 (diff)
parent11e402893fc0bff32fb6fb5ab2a307c3dc62a633 (diff)
Merge remote-tracking branch 'origin/master' into ap2_to_master
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 11 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 31a8a8578..d76ed3ef1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -213,7 +213,17 @@ passenv = DOCKER_*
# At the moment, this tests under Python 2.6 only, as only that version is
# readily available on the CentOS 6 Docker image.
commands =
- docker build -f letsencrypt-auto-source/Dockerfile.centos6 -t lea letsencrypt-auto-source
+ docker build -f letsencrypt-auto-source/Dockerfile.redhat6 --build-arg REDHAT_DIST_FLAVOR=centos -t lea letsencrypt-auto-source
+ docker run --rm -t -i lea
+whitelist_externals =
+ docker
+passenv = DOCKER_*
+
+[testenv:le_auto_oraclelinux6]
+# At the moment, this tests under Python 2.6 only, as only that version is
+# readily available on the Oracle Linux 6 Docker image.
+commands =
+ docker build -f letsencrypt-auto-source/Dockerfile.redhat6 --build-arg REDHAT_DIST_FLAVOR=oraclelinux -t lea letsencrypt-auto-source
docker run --rm -t -i lea
whitelist_externals =
docker