From cd3abb580ce06e70edc0444a693709c32dbd1200 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 14 Dec 2013 11:59:32 +0800 Subject: [PATCH] Python 2.6 allow failure travis. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 852002b0..54f58447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ python: - 2.6 - 2.7 - 3.3 +matrix: + allow_failures: + - python: 2.6 before_install: - sudo apt-get update -qq - export PIP_USE_MIRRORS=true