From ac3c3e8063d5ff9fc94f29e94be763e9a6ee2fab Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 3 Oct 2016 15:48:59 +0300 Subject: [PATCH] Work around pycparser issue https://github.com/eliben/pycparser/issues/147 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 586ac7fcd..ac51aa4e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"