Added Python 3.4 to the build.

This commit is contained in:
Omer Katz 2015-06-21 16:37:23 +03:00
parent c75a61407d
commit 4890772ebd

View File

@ -15,6 +15,7 @@ python:
- "2.7_with_system_site_packages" # For PyQt4
- 3.2
- 3.3
- 3.4
install:
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"