Update 'otc_metadata/templates/tox.ini.j2'
All checks were successful
gl/check check status: success (047028505ec923cfcf53875d27646e0291635a32)
All checks were successful
gl/check check status: success (047028505ec923cfcf53875d27646e0291635a32)
This commit is contained in:
parent
566bc95021
commit
047028505e
@ -42,7 +42,8 @@ commands =
|
||||
{%- endfor %}
|
||||
|
||||
[testenv:docs-pdf]
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
deps = {[testenv:docs]deps}
|
||||
|
||||
allowlist_externals =
|
||||
rm
|
||||
mkdir
|
||||
@ -104,7 +105,8 @@ commands =
|
||||
{% if doc.pdf_name -%}
|
||||
# PDF version
|
||||
[testenv:{{ doc.type }}-pdf-docs]
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
deps = {[testenv:docs]deps}
|
||||
|
||||
allowlist_externals =
|
||||
rm
|
||||
mkdir
|
||||
|
Loading…
x
Reference in New Issue
Block a user