From 38492e3ea4171d7bdfd28d05f631062f890667b4 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 5 Dec 2012 11:14:10 -0800 Subject: [PATCH] Travis: can't test python 3 yet -- problem with requests setup script kennethreitz/requests#939 kennethreitz/requests#916 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cd0624..c3f6dc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.6" - "2.7" - - "3.2" + # - "3.2" # Requests setup currently broken under python 3 env: - DJANGO=django==1.3 - DJANGO=django==1.4