mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix apacheconftest-with-pebble deps
This commit is contained in:
parent
fd7f61889e
commit
092174cb8f
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -97,7 +97,9 @@ commands =
|
|||
description = Run apacheconftest with pebble and Certbot outside of tox's virtual environment.
|
||||
|
||||
[testenv:apacheconftest-with-pebble]
|
||||
deps = {[testenv:apacheconftest]deps}
|
||||
deps =
|
||||
{[testenv:apacheconftest]deps}
|
||||
{[testenv:apacheconftest-external-with-pebble]deps}
|
||||
commands = {[testenv:apacheconftest-external-with-pebble]commands}
|
||||
|
||||
[testenv:nginxroundtrip]
|
||||
|
|
|
|||
Loading…
Reference in a new issue