From bc1527cc58d7b78048baa14a542ef1101a69f6d9 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 23 Dec 2016 22:42:21 +0200 Subject: [PATCH] Python 3.6 is out --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b88dc5ff2..9f9b050e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,16 @@ notifications: python: - "pypy" - "pypy3" - - 3.5 + - 3.6 - 2.7 - "2.7_with_system_site_packages" # For PyQt4 - - 3.3 + - 3.5 - 3.4 + - 3.3 - nightly dist: trusty - + install: - "travis_retry sudo apt-get update" - "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick" @@ -43,10 +44,10 @@ install: # libimagequant - pushd depends && ./install_imagequant.sh && popd - + # extra test images - - pushd depends && ./install_extra_test_images.sh && popd - + - pushd depends && ./install_extra_test_images.sh && popd + - travis_retry pip install -e .