Possible fix for pypy

Idea from https://github.com/cpbotha/nvpy/issues/19#issuecomment-9732016
This commit is contained in:
hugovk 2014-03-25 18:24:01 +02:00
parent d7e5b3fd57
commit 1f0e556389

View File

@ -14,7 +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'"
- "apt-get install python-tk"
script: