From 6086dcc9f974c08ddacb7ff97505bc587fe595e5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 13 Mar 2015 22:40:06 -0700 Subject: [PATCH] Weather: .travis.yml: build on Python 3.2/3.3 too --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10aa0e7..a3fab92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "2.7" + - "3.2" + - "3.3" - "3.4" - pypy - pypy3