Sets testing for Travis

This commit is contained in:
Ilan Steemers
2015-09-09 13:34:32 +02:00
parent cc178df2b1
commit 6d87163e61
+1
View File
@@ -117,5 +117,6 @@ CACHES = {
# Django Q specific
Q_CLUSTER = {'name': 'django_q_test',
'cpu_affinity': 1,
'testing': True,
'log_level': 'DEBUG',
'django_redis': 'default'}