summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-12-29 18:35:08 -0500
committerMichael Merickel <michael@merickel.org>2022-12-29 18:36:48 -0500
commit7e40a2c0aef8eb68ba228af07894a8323e058655 (patch)
tree759e01fa21d81028554c33f934ae482617cc8a1a /tox.ini
parent0c61146bdcc10b7c344af52daf5bb7e90e4b6fcb (diff)
downloadpastedeploy-git-7e40a2c0aef8eb68ba228af07894a8323e058655.tar.gz
rename master to main and add python 3.11
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 =