From 45401dd628c17ae9ef3316f4e4b8f9317ebf578e Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 2 Nov 2015 17:31:16 +0000 Subject: [PATCH] Allow failure of this branch on Python 2.6. Signed-off-by: Daira Hopwood --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c0a256e..60ccd513 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,5 @@ notifications: matrix: allow_failures: - python: "pypy" + - python: "2.6" fast_finish: true -- 2.45.2