mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Add back Python 3.4 support (#7510)
* Revert "Deprecation warnings for Python 3.4 (#7378)" This reverts commit6fcdfb0e50. * Revert "Migrate certbot-auto users on CentOS 6 to Python 3.6 (#7268)" This reverts commite19b2e04c7. * add changelog entry * keep mona in authors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user