From 52b6a5b7799056775be52a180d242781aa6f2307 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Mon, 4 May 2015 15:48:41 -0400 Subject: [PATCH] Add testing on python3.4 --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 382f205d0..c29ffd303 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ python: - "2.7_with_system_site_packages" # For PyQt4 - 3.2 - 3.3 + - 3.4 install: - "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick" diff --git a/tox.ini b/tox.ini index 8d6ea7067..80f7edef4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33 +envlist = py26, py27, py32, py33, py34 [testenv] commands =