From 5a6308d25ecff7bf453cc67bc03b9bb30b734bf8 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Wed, 18 Dec 2013 17:10:55 -0800 Subject: [PATCH] Remove python 3.2 from travis tests Travis is using an old version of python 3.2 that doesn't support the u character in front of strings. It's not worth fixing for just that, and python 3.3 gives enough coverage for python3. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 663186a..570a21d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - 2.6 - 2.7 - - 3.2 - 3.3 - pypy