From 746044b43a8fbaffa95345b41c39cfb3f8794230 Mon Sep 17 00:00:00 2001 From: Ethan McCreadie Date: Tue, 14 Aug 2012 15:10:47 -0400 Subject: [PATCH] travis: Don't test against Python 3.2 Some dependencies, including oauth2, don't currently work against Python 3.2 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e7ab0d..50022f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" install: "pip install . --use-mirrors"