summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parentb273d1375500a436ba09d80688f50766d51d6b6f (diff)
Add python 3.5 and 3.6 to test suite.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 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