Merge branch 'certbot-ci-part5' into test-certbot-ci

This commit is contained in:
Adrien Ferrand 2019-05-11 01:25:06 +02:00
commit fb2efe3370

View file

@ -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}