Skip to content

Commit d607be4

Browse files
committed
Support testing on Django 1.5
1 parent 2818336 commit d607be4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
env:
66
- DJANGO_VERSION=1.3
77
- DJANGO_VERSION=1.4
8+
- DJANGO_VERSION=1.5
89
install:
910
- pip install -q Django==$DJANGO_VERSION --use-mirrors
1011
- pip install -q -r requirements.txt --use-mirrors

testsettings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
INSTALLED_APPS = (
99
'rest_framework_csv',
1010
)
11+
12+
SECRET_KEY = 'testsecretkey'

0 commit comments

Comments
 (0)