From f534e5b43594c15d46980c6f9f31e010d0552fe9 Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Fri, 27 Sep 2013 08:45:11 -0400 Subject: [PATCH] Replace Python 3.1 with Python 3.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07cc253..b385ad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - 2.5 - 2.6 - 2.7 - - 3.1 - 3.2 + - 3.3 script: make test