mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
system_site_packages was causing build errors. Allow 3.4 as a failure for now, as a PendingDeprecationWarning is causing failures; this is a problem with the test runner not liking any print output.
This commit is contained in:
parent
522e0ff31c
commit
d8e4ed1198
|
@ -1,9 +1,5 @@
|
|||
language: python
|
||||
|
||||
# for python-qt4
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
notifications:
|
||||
irc: "chat.freenode.net#pil"
|
||||
|
||||
|
@ -13,7 +9,6 @@ python:
|
|||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
|
||||
install:
|
||||
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake"
|
||||
|
@ -43,3 +38,4 @@ after_success:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- python: "pypy"
|
||||
- python: 3.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user