Skip to content

Commit 7483dbe

Browse files
author
Steve Lamb
committed
Add django 1.7 to ci build
Silence warnings from 1.7 test runner
1 parent cc606f0 commit 7483dbe

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ python:
55
env:
66
- DJANGO=1.5 RUNNER="coverage run --source=djqscsv" SUCCESS="coveralls"
77
- DJANGO=1.6 RUNNER="python" SUCCESS="echo DONE"
8+
- DJANGO=1.7 RUNNER="python" SUCCESS="echo DONE"
9+
matrix:
10+
exclude:
11+
- python: "2.6"
12+
env: DJANGO=1.7 RUNNER="python" SUCCESS="echo DONE"
813
install:
914
- pip install -r dev_requirements.txt --use-mirrors
1015
- python setup.py install

test_app/test_app/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
}
77
}
88

9+
MIDDLEWARE_CLASSES = ()
10+
911
SECRET_KEY = 'NO_SECRET_KEY'
1012

1113
INSTALLED_APPS = ('djqscsv_tests',)

0 commit comments

Comments
 (0)