summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 4b9996b..52de84b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py37,py38,py39,py310,pypy3,
+ py37,py38,py39,py310,py311,pypy3,
coverage,
docs
isolated_build = True
@@ -24,7 +24,7 @@ setenv =
COVERAGE_FILE=.coverage
[testenv:docs]
-whitelist_externals = make
+allowlist_externals = make
commands =
make -C docs html epub BUILDDIR={envdir}
extras =