mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Update tox.ini
This commit is contained in:
parent
be13979e64
commit
d0d90945bb
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -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} -p=no:sugar
|
||||
--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} -p=no:sugar
|
||||
--acme-server={env:ACME_SERVER:pebble} -p no:sugar
|
||||
passenv = DOCKER_*
|
||||
setenv = {[testenv:py27-oldest]setenv}
|
||||
|
|
|
|||
Loading…
Reference in a new issue