mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Test on Django 1.5.X, too.
This commit is contained in:
parent
4b024de965
commit
b051161aea
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue