From: Daira Hopwood Date: Mon, 2 Nov 2015 17:31:16 +0000 (+0000) Subject: Allow failure of this branch on Python 2.6. X-Git-Url: https://git.rkrishnan.org/uri//%22%22?a=commitdiff_plain;h=45401dd628c17ae9ef3316f4e4b8f9317ebf578e;p=tahoe-lafs%2Ftahoe-lafs.git Allow failure of this branch on Python 2.6. Signed-off-by: Daira Hopwood --- 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