From a3b32bde4905f4cfe171bb84a5b4e4c226b11177 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 20 May 2015 10:20:48 -0400 Subject: [PATCH] Allow python-2.6 tests to fail on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dece7f5..0a949b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.3" @@ -18,3 +17,4 @@ notifications: matrix: allow_failures: - python: "3.3" + - python: "2.6"