summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 0f166e6aa..77fb47ae4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =