mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Merge branch 'certbot-ci-part5' into test-certbot-ci
This commit is contained in:
commit
7f4150f6d9
2 changed files with 2 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ install_requires = [
|
|||
'pyopenssl',
|
||||
'pytest',
|
||||
'pytest-cov',
|
||||
'pytest-sugar',
|
||||
'pytest-xdist',
|
||||
'pyyaml',
|
||||
'requests',
|
||||
|
|
|
|||
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}
|
||||
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}
|
||||
passenv = DOCKER_*
|
||||
setenv = {[testenv:py27-oldest]setenv}
|
||||
|
|
|
|||
Loading…
Reference in a new issue