summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 1ab5a31..d33305c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,10 +20,9 @@ envlist =
[testenv]
usedevelop = true
-pip_pre = true
+pip_pre = py311: true
deps =
- # repoze.sphinx.autointerface does not yet support Sphinx >= 5:
- Sphinx < 5
+ Sphinx
setenv =
pure: PURE_PYTHON=1
!pure-!pypy-!pypy3: PURE_PYTHON=0