From 7feddd9fc7a4a482edbc9a07d6295d418989bd67 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 6 Mar 2015 10:44:24 +0100 Subject: [PATCH] [travis] Declare 3.2 (Fixes #5144) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb34299fc..511bee64c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.6" - "2.7" + - "3.2" - "3.3" - "3.4" before_install: