Test on Django 1.5.X, too.

This commit is contained in:
Jannis Leidel 2013-04-04 11:34:18 +02:00
parent 4b024de965
commit b051161aea

View file

@ -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