From fe08ccfcb5e4a53bd971c1f3fa0af12dedbab84c Mon Sep 17 00:00:00 2001 From: Benjamin Gleitzman Date: Fri, 15 Feb 2013 23:36:57 -0800 Subject: [PATCH] Added Python 3.3 to Travis CI testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a6d5ff17f..7e056ab1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.3" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # command to run tests