drop support for django < 1.3.7

This commit is contained in:
Michael Kutý 2015-08-19 14:56:00 +02:00
parent c8a048352e
commit 35a57bbcb1

View file

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