From: HawkOwl <hawkowl@atleastfornow.net>
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/pf/content/en/rgr-080307.php?a=commitdiff_plain;h=refs%2Fpull%2F180%2Fhead;p=tahoe-lafs%2Ftahoe-lafs.git

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