From febae7a34ca7535cce1767ffe0aaf8e54aae0e9b Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sun, 28 Dec 2014 13:34:50 +0100 Subject: [PATCH] Added Python 3.3 along 3.4 in testsuite. --- .travis.yml | 5 +++++ tox.ini | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b3c788..631f114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 2.7 - 3.3 + - 3.4 env: - DJANGO=1.4.16 @@ -15,6 +16,10 @@ matrix: env: DJANGO=1.4.16 - python: 3.3 env: DJANGO=1.6.8 + - python: 3.4 + env: DJANGO=1.4.16 + - python: 3.4 + env: DJANGO=1.6.8 branches: only: diff --git a/tox.ini b/tox.ini index 9865ebc..10abc5f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist= py27-django-1.4, py27-django-1.6, py27-django-1.7, + py33-django-1.7, py34-django-1.7, [testenv] @@ -19,5 +20,8 @@ deps=django==1.6.8 [testenv:py27-django-1.7] deps=django==1.7.1 +[testenv:py33-django-1.7] +deps=django==1.7.1 + [testenv:py34-django-1.7] deps=django==1.7.1