aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests
diff options
context:
space:
mode:
authorTom Christie2012-11-08 21:46:53 +0000
committerTom Christie2012-11-08 21:46:53 +0000
commitbc6f2a170306fbc1cba3a4e504a908ebc72d54b7 (patch)
tree8722b675ea4c5ce29822476f304e1389c870a4af /rest_framework/runtests
parentc78b34d5017a05220bcd623946b4f52cc2d119cd (diff)
downloaddjango-rest-framework-bc6f2a170306fbc1cba3a4e504a908ebc72d54b7.tar.bz2
Make default FILTER_BACKEND = None
Diffstat (limited to 'rest_framework/runtests')
-rw-r--r--rest_framework/runtests/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/runtests/settings.py b/rest_framework/runtests/settings.py
index b48f85e4..dd5d9dc3 100644
--- a/rest_framework/runtests/settings.py
+++ b/rest_framework/runtests/settings.py
@@ -107,6 +107,7 @@ import django
if django.VERSION < (1, 3):
INSTALLED_APPS += ('staticfiles',)
+
# If we're running on the Jenkins server we want to archive the coverage reports as XML.
import os
if os.environ.get('HUDSON_URL', None):