mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
work around undocumented lack of ability to reference multi-named envs
This commit is contained in:
parent
39fda1d44d
commit
4925f71933
1 changed files with 4 additions and 1 deletions
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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue