Merge pull request #641 from hugovk/patch-1

Python 3.4 is live on Travis CI
This commit is contained in:
Alex Clark ☺ 2014-04-30 04:42:23 -04:00
commit 73eafbb55f

View File

@ -1,9 +1,5 @@
language: python
# for python-qt4
virtualenv:
system_site_packages: true
notifications:
irc: "chat.freenode.net#pil"
@ -13,6 +9,7 @@ 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"
@ -42,3 +39,4 @@ after_success:
matrix:
allow_failures:
- python: "pypy"
- python: 3.4