mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Possible fix for pypy
Idea from https://github.com/cpbotha/nvpy/issues/19#issuecomment-9732016
This commit is contained in:
parent
d7e5b3fd57
commit
1f0e556389
|
@ -14,7 +14,7 @@ python:
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
|
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
|
||||||
- "pip install cffi"
|
- "pip install cffi"
|
||||||
- "sudo python -c 'import Tkinter'"
|
- "apt-get install python-tk"
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user