From d8e4ed11986d410dab77c0c5ff5d9f94d335aafb Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 30 Apr 2014 11:05:15 +0300 Subject: [PATCH] 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. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 937127492..cc039d91e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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