add a pypy that is allowed to fail

This commit is contained in:
HawkOwl 2015-07-29 12:21:31 +10:00
parent dc7297d0da
commit 8fc59499af

View 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