From be13979e642655515a96c62442a62144e2f06f24 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sat, 11 May 2019 01:14:59 +0200 Subject: [PATCH 1/2] Update tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7f2c18d38..aeca21b3c 100644 --- a/tox.ini +++ b/tox.ini @@ -262,7 +262,7 @@ commands = {[base]pip_install} . {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests/certbot_tests \ - --acme-server={env:ACME_SERVER:pebble} + --acme-server={env:ACME_SERVER:pebble} -p=no:sugar passenv = DOCKER_* setenv = {[testenv:py27-oldest]setenv} @@ -271,6 +271,6 @@ commands = {[base]pip_install} certbot-nginx {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests/nginx_tests \ - --acme-server={env:ACME_SERVER:pebble} + --acme-server={env:ACME_SERVER:pebble} -p=no:sugar passenv = DOCKER_* setenv = {[testenv:py27-oldest]setenv} From d0d90945bb80fe9351121a1d3068399d40f413b1 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sat, 11 May 2019 01:16:22 +0200 Subject: [PATCH 2/2] Update tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index aeca21b3c..81dd4ddbf 100644 --- a/tox.ini +++ b/tox.ini @@ -262,7 +262,7 @@ commands = {[base]pip_install} . {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests/certbot_tests \ - --acme-server={env:ACME_SERVER:pebble} -p=no:sugar + --acme-server={env:ACME_SERVER:pebble} -p no:sugar passenv = DOCKER_* setenv = {[testenv:py27-oldest]setenv} @@ -271,6 +271,6 @@ commands = {[base]pip_install} certbot-nginx {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests/nginx_tests \ - --acme-server={env:ACME_SERVER:pebble} -p=no:sugar + --acme-server={env:ACME_SERVER:pebble} -p no:sugar passenv = DOCKER_* setenv = {[testenv:py27-oldest]setenv}