mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Speed this up for now
This commit is contained in:
parent
b97d220b2c
commit
e0d42d0e02
16
.travis.yml
16
.travis.yml
|
@ -5,17 +5,17 @@ virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
# - 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
# - 3.2
|
||||||
- 3.3
|
# - 3.3
|
||||||
- "pypy"
|
# - "pypy"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev"
|
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev"
|
||||||
- "pip install cffi"
|
- "pip install cffi"
|
||||||
# enables pypy to compile
|
# enables pypy to compile
|
||||||
- "sudo apt-get install python-tk"
|
# - "sudo apt-get install python-tk"
|
||||||
|
|
||||||
# webp UNDONE -- refactor
|
# webp UNDONE -- refactor
|
||||||
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
|
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
|
||||||
|
@ -30,6 +30,6 @@ script:
|
||||||
- python selftest.py
|
- python selftest.py
|
||||||
- python Tests/run.py
|
- python Tests/run.py
|
||||||
|
|
||||||
matrix:
|
#matrix:
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- python: "pypy"
|
# - python: "pypy"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user