summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-12-27 15:04:43 +0100
committerBert JW Regeer <bertjw@regeer.org>2022-12-27 15:04:43 +0100
commit5bc32e59fdb89569be23de1b7f851a169587362a (patch)
treeba30b9caecf68e2715ee09d62ccf2428f880d81e /tox.ini
parentd62fc1a0af0f13eacf25611e5c36604c4ea4948d (diff)
downloadpyramid-5bc32e59fdb89569be23de1b7f851a169587362a.tar.gz
pyramid-5bc32e59fdb89569be23de1b7f851a169587362a.tar.bz2
pyramid-5bc32e59fdb89569be23de1b7f851a169587362a.zip
Chase rename to allowlist in tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a64ad5387..77fb47ae4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,14 +35,14 @@ deps =
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 =