Merge pull request #3374 from hugovk/fix-py2.4

CI: Install CFFI and pycparser without any PYTHONOPTIMIZE
This commit is contained in:
Andrew Murray 2018-09-23 17:21:12 +10:00 committed by GitHub
commit efcb11029c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -27,13 +27,13 @@ matrix:
- python: '3.6'
- python: '3.6'
dist: trusty
- python: '3.5'
- python: '3.5'
dist: trusty
env: PYTHONOPTIMIZE=1
- python: '3.4'
- python: '3.5'
- python: '3.5'
dist: trusty
env: PYTHONOPTIMIZE=2
- python: '3.4'
dist: trusty
- env: DOCKER="alpine" DOCKER_TAG="pytest"
- env: DOCKER="arch" DOCKER_TAG="pytest" # contains PyQt5
- env: DOCKER="ubuntu-trusty-x86" DOCKER_TAG="pytest"

View File

@ -7,7 +7,7 @@ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk\
python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick\
libharfbuzz-dev libfribidi-dev
pip install cffi
PYTHONOPTIMIZE=0 pip install cffi
pip install check-manifest
pip install coverage
pip install olefile