mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
fix line continuation
This commit is contained in:
parent
5f4f1edeee
commit
44dc674c86
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue