From 2121e9bdf9981bac108f366e9b1937137a488e35 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 15 Feb 2013 20:39:05 +0100 Subject: [PATCH] Dont build python 3.3 for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab31f5968..ee1155bb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.3" +# - "3.3" # command to install dependencies install: - pip install -r requirements.txt --use-mirrors