Python 3.6 is out

This commit is contained in:
hugovk 2016-12-23 22:42:21 +02:00
parent 954fc52877
commit bc1527cc58

View File

@ -9,15 +9,16 @@ notifications:
python: python:
- "pypy" - "pypy"
- "pypy3" - "pypy3"
- 3.5 - 3.6
- 2.7 - 2.7
- "2.7_with_system_site_packages" # For PyQt4 - "2.7_with_system_site_packages" # For PyQt4
- 3.3 - 3.5
- 3.4 - 3.4
- 3.3
- nightly - nightly
dist: trusty dist: trusty
install: install:
- "travis_retry sudo apt-get update" - "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" - "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 # libimagequant
- pushd depends && ./install_imagequant.sh && popd - pushd depends && ./install_imagequant.sh && popd
# extra test images # extra test images
- pushd depends && ./install_extra_test_images.sh && popd - pushd depends && ./install_extra_test_images.sh && popd
- travis_retry pip install -e . - travis_retry pip install -e .