mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
drop support for django < 1.3.7
This commit is contained in:
parent
c8a048352e
commit
35a57bbcb1
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ script:
|
|||
- coverage run --branch --source=dbtemplates `which django-admin.py` test dbtemplates
|
||||
- coverage report --omit="dbtemplates/test*,dbtemplates/migrations*"
|
||||
env:
|
||||
- DJANGO=1.3.7
|
||||
- DJANGO=1.4.5
|
||||
- DJANGO=1.5.1
|
||||
- DJANGO=1.7.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue