mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Work around pycparser issue
https://github.com/eliben/pycparser/issues/147
This commit is contained in:
parent
e6d9f31411
commit
ac3c3e8063
|
@ -19,6 +19,7 @@ python:
|
|||
- nightly
|
||||
|
||||
install:
|
||||
- "travis_retry pip install pycparser!=2.14" # TEMPORARY, WORKAROUND FOR https://github.com/eliben/pycparser/issues/147
|
||||
- "travis_retry sudo apt-get update"
|
||||
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
||||
- "travis_retry pip install cffi"
|
||||
|
|
Loading…
Reference in New Issue
Block a user