From 05711ea5004a9d9bf8164fc75e90a6a7c79b5c18 Mon Sep 17 00:00:00 2001 From: David O'Shea Date: Fri, 1 Aug 2014 17:10:40 +0930 Subject: Disable Python 3.2 builds in Travis as changes only support 2.6, 2.7 and 3.3+. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4b14d16..4a68168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - 2.6 - 2.7 - - 3.2 - 3.3 - 3.4 - pypy -- cgit v1.2.1