mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Test on Python 3.5/3.6 dev
This commit is contained in:
parent
2e9a827675
commit
50a3c32d4c
|
@ -15,6 +15,8 @@ python:
|
|||
- "2.7_with_system_site_packages" # For PyQt4
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.5-dev
|
||||
- nightly
|
||||
|
||||
install:
|
||||
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
||||
|
@ -107,6 +109,9 @@ after_script:
|
|||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: 3.5-dev
|
||||
- python: nightly
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue
Block a user