From 4ac208442047d925b8e972e22af5d68499c48cf0 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sat, 11 May 2013 00:07:56 -0400 Subject: [PATCH] Allow failures for PyPy on Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 35a1157..e2354e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,8 @@ script: branches: only: - master +matrix: + allow_failures: + # Travis-CI currently has PyPy 1.9 which does not have the CFFI backend. + # See: https://github.com/travis-ci/travis-ci/issues/1106 + - python: "PyPy"