We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc606f0 commit 7483dbeCopy full SHA for 7483dbe
.travis.yml
@@ -5,6 +5,11 @@ python:
5
env:
6
- DJANGO=1.5 RUNNER="coverage run --source=djqscsv" SUCCESS="coveralls"
7
- 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"
13
install:
14
- pip install -r dev_requirements.txt --use-mirrors
15
- python setup.py install
test_app/test_app/settings.py
@@ -6,6 +6,8 @@
}
+MIDDLEWARE_CLASSES = ()
+
SECRET_KEY = 'NO_SECRET_KEY'
INSTALLED_APPS = ('djqscsv_tests',)
0 commit comments