mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #571 from hugovk/master
Add PyPy to the Travis build
This commit is contained in:
commit
eb646096ab
|
@ -9,10 +9,12 @@ python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
- 3.2
|
||||||
- 3.3
|
- 3.3
|
||||||
|
- "pypy"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
|
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev libwebp-dev python-qt4 ghostscript libffi-dev"
|
||||||
- "pip install cffi"
|
- "pip install cffi"
|
||||||
|
- "sudo apt-get install python-tk"
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -20,3 +22,7 @@ script:
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
- python selftest.py
|
- python selftest.py
|
||||||
- python Tests/run.py
|
- python Tests/run.py
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: "pypy"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user