mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
work around undocumented lack of ability to reference multi-named envs
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -73,7 +73,7 @@ basepython = python3.8
|
||||
setenv = CERTBOT_OLDEST=1
|
||||
commands = {[testenv:py]commands}
|
||||
|
||||
[testenv:cover{,-posix}]
|
||||
[testenv:cover]
|
||||
coverage_report = python -m coverage report
|
||||
# These coverage report commands are used on both posix and windows
|
||||
common_coverage_report_commands =
|
||||
@@ -98,6 +98,9 @@ commands =
|
||||
{[testenv:cover]coverage_report} --fail-under 100 --include certbot-apache/*
|
||||
{[testenv:cover]common_coverage_report_commands}
|
||||
|
||||
[testenv:cover-posix]
|
||||
commands = {[testenv:cover]commands}
|
||||
|
||||
[testenv:cover-win]
|
||||
commands =
|
||||
{[testenv:py-win]commands} --cov --cov-report=
|
||||
|
||||
Reference in New Issue
Block a user