Allow failures for PyPy on Travis
This commit is contained in:
parent
5dbd3c2425
commit
4ac2084420
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user