summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kolbe <jk@gocept.com>2018-10-06 10:10:11 +0200
committerJeremy Kolbe <jk@gocept.com>2018-10-06 10:10:11 +0200
commit8fdda920d066276779b85f54c42375cd30c3f8bd (patch)
treef07d9dd4aae026d6902cf4d5975fecd7f4daaafb
parentea332423ad209644be3299ef20ab642e75032497 (diff)
downloadzope-location-Python3.7support.tar.gz
Added 3.7 to testenv:docs in toxPython3.7support
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a49b51e..56dbd2b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ deps =
[testenv:docs]
basepython =
- python3.6
+ python3.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest