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>2019-11-06 03:45:08 +0300
committerGitHub <noreply@github.com>2019-11-06 03:45:08 +0300
commit9b848b1d65783000a13ef3f94ac5fe0e8c3879e7 (patch)
tree2c13853d993d22f1a229eefb026187fee61b6fb4 /tox.ini
parentf555e4bf1ff33c11008f39d413b7d03f75b3fc0b (diff)
Add back Python 3.4 support (#7510)
* Revert "Deprecation warnings for Python 3.4 (#7378)" This reverts commit 6fcdfb0e5006be85500fad67a5a67b47befedb2a. * Revert "Migrate certbot-auto users on CentOS 6 to Python 3.6 (#7268)" This reverts commit e19b2e04c75b6df4e3f8a455700aa95fca79bcc3. * add changelog entry * keep mona in authors
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 1 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index 952204a9e..04715cc2f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -206,17 +206,7 @@ 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.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 build -f letsencrypt-auto-source/Dockerfile.centos6 -t lea letsencrypt-auto-source
docker run --rm -t -i lea
whitelist_externals =
docker