trying to fix the settings problem for travis

This commit is contained in:
Ilan Steemers
2015-06-24 16:33:14 +02:00
parent 407c19d201
commit 9fe2f2f42e

View File

@@ -11,7 +11,7 @@ class PyTest(Command):
user_options = []
def initialize_options(self):
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'django_q.tests.settings'
def finalize_options(self):
pass