From 7b12bac90daad5b136b180303ac4f998f6a4df7d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 29 Nov 2016 17:24:49 +0100 Subject: Remove python 3.2 testing from travis.yml (#28) This commit removes the python 3.2 testing job from the travis.yml. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4de1fc..f15081f 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