From: HawkOwl Date: Wed, 29 Jul 2015 02:21:31 +0000 (+1000) Subject: add a pypy that is allowed to fail X-Git-Tag: allmydata-tahoe-1.10.2~1 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=8fc59499afbab317340e1286f4d90faac1bded1a add a pypy that is allowed to fail --- 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