Skip to content

Commit

Permalink
Work around pycparser issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and Fahad-Alsaidi committed Dec 13, 2016
1 parent 205cb06 commit 1b590b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dist: trusty # needed for HarfBuzz

install:
- "travis_retry sudo add-apt-repository -y ppa:as-bahanta/raqm"
- "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 libharfbuzz-dev libfribidi-dev libraqm-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
- "travis_retry pip install cffi"
Expand Down

0 comments on commit 1b590b4

Please sign in to comment.