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/pf/content/%22file:/%22news.html/listings/pb3calculator.py?a=commitdiff_plain;h=refs%2Fheads%2F2237-cloud-backend-s4;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