fixed test settings error

This commit is contained in:
Ilan Steemers
2015-06-24 16:56:07 +02:00
parent 2cdb938036
commit 21a4950f36
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ env:
- DJANGO=1.7.8
install:
- pip install -q django==$DJANGO --use-mirrors
- pip install -q django==$DJANGO
- pip install -r requirements.txt
- pip install pytest-django simplejson pytz coverage coveralls
- python setup.py install
+1 -2
View File
@@ -37,7 +37,6 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_extensions',
'django_q'
)
@@ -104,4 +103,4 @@ USE_TZ = True
STATIC_URL = '/static/'
# Django Q specific
#Q_PREFIX = 'test_django_q'
Q_PREFIX = 'test_django_q'