mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +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
|
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- fast_finish: true
|
fast_finish: true
|
||||||
- allow_failures:
|
allow_failures:
|
||||||
- python: pypy
|
- python: pypy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user