From b554e65923db8e3df74f508398f86dac86411354 Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Thu, 23 Apr 2015 14:55:05 -0500 Subject: [PATCH] Add new versions of python and django to travis build --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72162da..4e28c65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,23 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 install: - pip install -e . - pip install -r tests/requirements.txt - pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django script: make test env: - - DJANGO=1.4.7 + - DJANGO=1.4.20 - DJANGO=1.5.3 - DJANGO=stable/1.6.x + - DJANGO=stable/1.7.x + - DJANGO=stable/1.8.x matrix: exclude: - python: 3.2 - env: DJANGO=1.4.7 + env: DJANGO=1.4.20 - python: 3.3 - env: DJANGO=1.4.7 + env: DJANGO=1.4.20 + - python: 3.4 + env: DJANGO=1.4.20