summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-03-02 22:08:20 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2017-03-03 11:05:26 -0800
commit3cb3b4cd6224988a1c1f3ffe9a9ddece0fac7ef2 (patch)
treec4be0860228096f1f6a216e3ec722a4c98f29cf2 /tox.ini
parentb273d1375500a436ba09d80688f50766d51d6b6f (diff)
Add python 3.5 and 3.6 to test suite.
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 d28ddf43..4e04d571 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py33, py34
+envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps = pytest
mock