]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add a pypy that is allowed to fail 180/head 181/head
authorHawkOwl <hawkowl@atleastfornow.net>
Wed, 29 Jul 2015 02:21:31 +0000 (12:21 +1000)
committerHawkOwl <hawkowl@atleastfornow.net>
Wed, 29 Jul 2015 02:21:31 +0000 (12:21 +1000)
.travis.yml

index 36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b..484e502614f2b44bd63c19420dc105fcbbc89a1b 100644 (file)
@@ -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