From 732c131c7f6599112bc1d11a8cbee65bbf8c222a Mon Sep 17 00:00:00 2001 From: Felipe cruz Date: Fri, 30 Aug 2013 12:31:46 -0300 Subject: [PATCH] Remove python 3.2 since many people don't use it --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80249be..93edc2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "pypy" # command to run tests