From 95ff27e5b8e58e98a1f32c827feaf238a2fa4779 Mon Sep 17 00:00:00 2001 From: Benjamin Gleitzman Date: Tue, 26 Feb 2013 19:41:53 -0800 Subject: [PATCH] Perform Travis tests for Python 2.6, 2.7, 3.2, and 3.3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e056ab1c..d63dc3208 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: + - "2.6" - "2.7" + - "3.2" - "3.3" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors"