summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Kolbe <jk@gocept.com>2018-10-05 13:14:25 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:49:20 +0200
commit8b3934c0162b5068b576227b316b7f2df8688345 (patch)
treebc0c57d3fb5ca161c4039271378b84e70457d986 /tox.ini
parent8e5ae29547768546716736ab23ff9695d6a8e35e (diff)
downloadzope-pagetemplate-8b3934c0162b5068b576227b316b7f2df8688345.tar.gz
Add support for Python 3.7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8a26210..3d3605b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py27,py34,py35,py36,pypy,pypy3,coverage,docs
+ py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs
[testenv]
commands =
@@ -12,7 +12,7 @@ deps =
[testenv:coverage]
usedevelop = true
basepython =
- python2.7
+ python3.7
commands =
coverage run -m zope.testrunner --test-path=src []
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
@@ -23,7 +23,7 @@ deps =
[testenv:docs]
basepython =
- python2.7
+ python3.6
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