From 820f9ad4b9a2eb3173bc09e4cdcd351944455652 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 26 Oct 2013 16:01:08 -0700 Subject: [PATCH] Add Python 3.2 and 3.3 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b799faa..a34b74b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ language: python python: - "2.6" - "2.7" + - "3.2" + - "3.3" # command to run tests script: - python setup.py test -q