From 67a67846aaa248c4e79f74fd6f42f8f47e641437 Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Sat, 19 Jan 2013 17:10:12 +0100 Subject: [PATCH] temporary deactivate travis tests for Python 3.3 the functional tests currently fail on Python 3.3 because the feeds output differs. (see #688) this is a temporary fix that will make travis happy while we provide a valid fix for this issue. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6048335f..8b292101 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.7" - "3.2" - - "3.3" before_install: - sudo apt-get update -qq - sudo apt-get install -qq ruby-sass