From 8fc59499afbab317340e1286f4d90faac1bded1a Mon Sep 17 00:00:00 2001
From: HawkOwl <hawkowl@atleastfornow.net>
Date: Wed, 29 Jul 2015 12:21:31 +1000
Subject: [PATCH] add a pypy that is allowed to fail

---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

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
-- 
2.45.2