Add testing on python3.4

This commit is contained in:
Nik Nyby 2015-05-04 15:48:41 -04:00
parent 7e02582931
commit 52b6a5b779
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ python:
- "2.7_with_system_site_packages" # For PyQt4 - "2.7_with_system_site_packages" # For PyQt4
- 3.2 - 3.2
- 3.3 - 3.3
- 3.4
install: install:
- "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"

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py26, py27, py32, py33 envlist = py26, py27, py32, py33, py34
[testenv] [testenv]
commands = commands =