update tox.ini template

This commit is contained in:
Artem Goncharov 2023-01-02 18:57:05 +01:00
parent e0dc83ddc4
commit d8a2c63b42

View File

@ -31,7 +31,7 @@ commands =
[testenv:docs-pdf] [testenv:docs-pdf]
deps = -r{toxinidir}/doc/requirements.txt deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = allowlist_externals =
mkdir mkdir
commands = commands =
mkdir -p doc/build/pdf mkdir -p doc/build/pdf
@ -46,7 +46,7 @@ commands =
# HTML version # HTML version
[testenv:{{ doc.type }}] [testenv:{{ doc.type }}]
deps = -r{toxinidir}/doc/requirements.txt deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = allowlist_externals =
cp cp
mkdir mkdir
commands = commands =
@ -65,7 +65,7 @@ commands =
# Json version (for search) # Json version (for search)
[testenv:json-{{ doc.type }}] [testenv:json-{{ doc.type }}]
deps = -r{toxinidir}/doc/requirements.txt deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = allowlist_externals =
cp cp
mkdir mkdir
find find
@ -88,7 +88,7 @@ commands =
# PDF version # PDF version
[testenv:{{ doc.type }}-pdf-docs] [testenv:{{ doc.type }}-pdf-docs]
deps = -r{toxinidir}/doc/requirements.txt deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = allowlist_externals =
rm rm
mkdir mkdir
make make