From 1d20aaf820c03939586d2a8dad75ee3239f5f4c8 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sat, 31 Jan 2015 16:19:38 +0100 Subject: [PATCH] Adds Python 3.2 to Travis CI build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e0f70cb..1744593 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.2" - "3.3" - "3.4" # command to install dependencies