summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Kolbe <jeremykolbe@posteo.net>2018-10-05 16:44:13 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:44:13 +0200
commita2087c134f765ba87efbc7059036f755af895e21 (patch)
treebb0815340947ef47642d298d40d53f3d2d00b7ac /tox.ini
parentece19b3b7d984657019a896bdc5e3b407f75ac9e (diff)
downloadzope-i18n-a2087c134f765ba87efbc7059036f755af895e21.tar.gz
Add support for Python 3.7 (#33)
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 524de93..d4a3cf9 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 =
@@ -23,6 +23,6 @@ deps =
[testenv:docs]
basepython =
- python2.7
+ python3.6
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html