adding global constraints #129
@ -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
|
||||
|
Reference in New Issue
Block a user