CLIMATE-876 - Update travis.yml to build against multiple python versions

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/97fe8aa2
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/97fe8aa2
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/97fe8aa2

Branch: refs/heads/master
Commit: 97fe8aa22746d4d4e36645022c30e794d2d9257d
Parents: a65438c
Author: Alex Goodman <ago...@users.noreply.github.com>
Authored: Fri Sep 30 20:55:03 2016 -0700
Committer: Alex Goodman <ago...@users.noreply.github.com>
Committed: Fri Sep 30 20:55:03 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/97fe8aa2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ba7e278..10d9d17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 # under the License.
 language: python
 python:
+  - "2.7"
+  - "3.2"
+  - "3.3"
+  - "3.4"
   - "3.5"
 notifications:
   email: false

Reply via email to