mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 18:54:46 +03:00
Merge 4c0976f153
into 9e0d8b20c9
This commit is contained in:
commit
14fd0ec53b
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 .
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Notes
|
|||
|
||||
.. note:: Pillow >= 2.0.0 < 3.5.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5
|
||||
|
||||
.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5
|
||||
.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6
|
||||
|
||||
Basic Installation
|
||||
------------------
|
||||
|
|
1
setup.py
1
setup.py
|
@ -763,6 +763,7 @@ try:
|
|||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user