From 25c1d36e057140b68f2fc0c0d14378454d43bff5 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Tue, 11 Feb 2014 15:38:41 -0800 Subject: [PATCH] see how travis does with py3k --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e8cd8a0..7f8abc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ language: python python: - 2.6 - 2.7 + - 3.2 + - 3.3 script: python setup.py test