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 %}
|
{%- endfor %}
|
||||||
|
|
||||||
[testenv:docs-pdf]
|
[testenv:docs-pdf]
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = {[testenv:docs]deps}
|
||||||
|
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
rm
|
rm
|
||||||
mkdir
|
mkdir
|
||||||
@ -104,7 +105,8 @@ commands =
|
|||||||
{% if doc.pdf_name -%}
|
{% if doc.pdf_name -%}
|
||||||
# PDF version
|
# PDF version
|
||||||
[testenv:{{ doc.type }}-pdf-docs]
|
[testenv:{{ doc.type }}-pdf-docs]
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = {[testenv:docs]deps}
|
||||||
|
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
rm
|
rm
|
||||||
mkdir
|
mkdir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user