Possible fix for pypy

Idea from http://www.tismer.com/pypy/irc-logs/pypy/pypy.2013-11-18.log.html
This commit is contained in:
hugovk 2014-03-25 17:46:00 +02:00
parent 2bbc7f0c7d
commit d7e5b3fd57

View File

@ -14,6 +14,7 @@ python:
install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
- "pip install cffi"
- "sudo python -c 'import Tkinter'"
script: