summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-03-12 12:43:13 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-03-12 13:54:48 -0700
commitc5d382cfe4c51e52e2ef9d1736dd01fb76c497a3 (patch)
treeb7109b14c7163be8df38e147321083f78f5f6429 /tox.ini
parent2d6bc48c613c8adb9b3d492d6a0fe8175290a457 (diff)
Document and test support for Python 3.6
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 bf22f8e..2b6e0e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
envlist =
clean,
check,
- {py26,py27,py33,py34,py35,pypy},
+ {py26,py27,py33,py34,py35,py36,pypy},
report,
docs
@@ -16,7 +16,8 @@ basepython =
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
- {clean,check,report,coveralls,codecov}: python3.5
+ py36: {env:TOXPYTHON:python3.6}
+ {clean,check,report,coveralls,codecov}: python3.6
bootstrap: python
setenv =
PYTHONPATH={toxinidir}/tests
@@ -107,4 +108,3 @@ commands =
commands = coverage erase
skip_install = true
deps = coverage
-