mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Merge pull request #3374 from hugovk/fix-py2.4
CI: Install CFFI and pycparser without any PYTHONOPTIMIZE
This commit is contained in:
commit
efcb11029c
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user