summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-02-10 17:42:57 +0100
committerMichael Howitz <mh@gocept.com>2020-02-10 17:42:57 +0100
commit9e15bbc8177fc87141fde9add650e7bc689b3ad7 (patch)
tree12aadefe60f032817aad580367da3c957e49e0e0
parent11fa7bf6f56674bef47a63be408a5e697a51a0c0 (diff)
downloadzope-pagetemplate-9e15bbc8177fc87141fde9add650e7bc689b3ad7.tar.gz
Fix tox run for Python 2.
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e63063b..efd471e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,9 @@ envlist =
commands =
zope-testrunner --test-path=src []
sphinx-build -b doctest -d {envdir}/doctrees docs {envdir}/doctest
+deps=
+ py27,pypy: Sphinx < 2
+ py27,pypy: sphinxcontrib-websupport < 1.2
extras =
test
docs