summaryrefslogtreecommitdiffstats
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
parentb273d1375500a436ba09d80688f50766d51d6b6f (diff)
Add python 3.5 and 3.6 to test suite.
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e2d22f1..92e155a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
+ - "3.5"
+ - "3.6"
install:
- pip install . pytest mock codecov==1.5.1 behave pexpect==3.3
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