mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Fix allow_failures
This commit is contained in:
parent
c9619ae61a
commit
1693e4bf6d
|
@ -72,6 +72,6 @@ after_success:
|
|||
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
|
||||
|
||||
matrix:
|
||||
- fast_finish: true
|
||||
- allow_failures:
|
||||
- python: pypy
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: pypy
|
||||
|
|
Loading…
Reference in New Issue
Block a user