diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,21 +28,21 @@ commands = python setup.py check -r -s -m check-manifest deps = - flake8~=4.0.1 - black~=22.1.0 + flake8~=5.0.4 + black~=22.6.0 isort~=5.10 readme_renderer check-manifest [testenv:docs] -whitelist_externals = make +allowlist_externals = make commands = make -C docs {posargs:doctest html epub} BUILDDIR={envdir} "SPHINXOPTS=-W -E -D suppress_warnings=ref.term" extras = docs [testenv:pdf] -whitelist_externals = make +allowlist_externals = make commands = make -C docs latexpdf BUILDDIR={envdir} "SPHINXOPTS=-W -E -D suppress_warnings=ref.term" extras = |
