From b051161aea5097280a05a45627cfaedfe49bb3ee Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 4 Apr 2013 11:34:18 +0200 Subject: [PATCH] Test on Django 1.5.X, too. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69dfce6..743312d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ python: - "2.6" - "2.7" before_install: - - export PIP_USE_MIRRORS=true - - export PIP_INDEX_URL=https://simple.crate.io/ - export DJANGO_SETTINGS_MODULE=dbtemplates.test_settings install: - pip install -e . @@ -16,8 +14,9 @@ script: - coverage run --branch --source=dbtemplates `which django-admin.py` test dbtemplates - coverage report --omit="dbtemplates/test*,dbtemplates/migrations*" env: - - DJANGO=1.3.1 - - DJANGO=1.4 + - DJANGO=1.3.7 + - DJANGO=1.4.5 + - DJANGO=1.5.1 branches: only: - develop