mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 18:54:46 +03:00
Python 3.6 is out
This commit is contained in:
parent
954fc52877
commit
bc1527cc58
13
.travis.yml
13
.travis.yml
|
@ -9,15 +9,16 @@ notifications:
|
|||
python:
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 2.7
|
||||
- "2.7_with_system_site_packages" # For PyQt4
|
||||
- 3.3
|
||||
- 3.5
|
||||
- 3.4
|
||||
- 3.3
|
||||
- nightly
|
||||
|
||||
dist: trusty
|
||||
|
||||
|
||||
install:
|
||||
- "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"
|
||||
|
@ -43,10 +44,10 @@ install:
|
|||
|
||||
# libimagequant
|
||||
- pushd depends && ./install_imagequant.sh && popd
|
||||
|
||||
|
||||
# extra test images
|
||||
- pushd depends && ./install_extra_test_images.sh && popd
|
||||
|
||||
- pushd depends && ./install_extra_test_images.sh && popd
|
||||
|
||||
|
||||
- travis_retry pip install -e .
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user