summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-08 18:23:28 +0300
committerDavid Lord <davidism@gmail.com>2017-10-08 08:23:28 -0700
commit085711dbc0745769076831e6d3f8e4cea9945f73 (patch)
tree817f5cec157e0ba36f889071c05f7999a8b9fb25 /tox.ini
parente50c2699fc3751a922578a9fc248c64b49b19baa (diff)
downloadmarkupsafe-085711dbc0745769076831e6d3f8e4cea9945f73.tar.gz
Add Python 3.6 (#76)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5dce2fc..b441cb7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py33,py34,py35
+envlist = py26,py27,pypy,py33,py34,py35,py36
[testenv]
commands = py.test tests.py {posargs}