Drop Django 1.5 support (unsupported version)

This commit is contained in:
Jan-Jelle Kester 2015-05-15 00:17:50 +02:00
parent bafce4d72c
commit 42d9d767ac
3 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@ python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
install:

View file

@ -1 +1 @@
Django>=1.5
Django>=1.7

View file

@ -11,6 +11,6 @@ setup(
author_email='janjelle@jjkester.nl',
description='Audit log app for Django',
install_requires=[
'Django>=1.5'
'Django>=1.7'
]
)