Allow failures for PyPy on Travis

This commit is contained in:
Donald Stufft 2013-05-11 00:07:56 -04:00
parent 5dbd3c2425
commit 4ac2084420

View File

@ -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"