From 44dc674c8699b0f24189ccb637034fe1dccee294 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 9 Apr 2020 15:16:12 -0700 Subject: [PATCH] fix line continuation --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 786da7225..b5424db1b 100644 --- a/tox.ini +++ b/tox.ini @@ -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]