fix line continuation

This commit is contained in:
Brad Warren 2020-04-09 15:16:12 -07:00
parent 5f4f1edeee
commit 44dc674c86

View file

@ -258,7 +258,7 @@ commands =
commands =
{[base]pip_install} certbot-ci
pytest certbot-ci/certbot_integration_tests \
--acme-server={env:ACME_SERVER:pebble} \
--acme-server={env:ACME_SERVER:pebble}
passenv = DOCKER_*
[testenv:integration-certbot-oldest]