Merge pull request #1361 from hugovk/python_dev2

Test on Python 3.5 dev and 3.6 nightly
This commit is contained in:
Hugo van Kemenade 2015-08-11 14:14:30 +03:00
commit 8011dd96a9

View File

@ -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: