X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=.travis.yml;h=484e502614f2b44bd63c19420dc105fcbbc89a1b;hb=8fc59499afbab317340e1286f4d90faac1bded1a;hp=36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b;hpb=dc7297d0daf5d2a8928c4adb2decb1cbecb51c34;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/.travis.yml b/.travis.yml index 36356b2b..484e5026 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "2.6" + - "pypy" before_install: - sh -c set - git config --global user.email "travis-tahoe@tahoe-lafs.org" @@ -23,3 +24,7 @@ notifications: template: - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}" - "Changes: %{compare_url} | Details: %{build_url}" +matrix: + allow_failures: + - python: "pypy" + fast_finish: true