mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Merge pull request #641 from hugovk/patch-1
Python 3.4 is live on Travis CI
This commit is contained in:
commit
73eafbb55f
|
@ -1,9 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
# for python-qt4
|
|
||||||
virtualenv:
|
|
||||||
system_site_packages: true
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#pil"
|
irc: "chat.freenode.net#pil"
|
||||||
|
|
||||||
|
@ -13,6 +9,7 @@ python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
- 3.2
|
||||||
- 3.3
|
- 3.3
|
||||||
|
- 3.4
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake"
|
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake"
|
||||||
|
@ -42,3 +39,4 @@ after_success:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
|
- python: 3.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user