Experimenting with disque build on travis

This commit is contained in:
Ilan Steemers
2015-09-02 20:04:48 +02:00
parent 0756fb9896
commit 1a61fa2821
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -119,5 +119,4 @@ Q_CLUSTER = {'name': 'django_q_test',
'cpu_affinity': 1,
'testing': True,
'log_level': 'DEBUG',
'django_redis': 'default',
'disque_auth': 'foobared'}
'django_redis': 'default'}
+1 -1
View File
@@ -31,7 +31,7 @@ def test_redis():
Conf.DJANGO_REDIS = 'default'
@pytest.mark.skipif(Conf.DISQUE_AUTH is None,
@pytest.mark.skipif(os.getenv('DISQUE', False),
reason="No disque server configured")
def test_disque():
Conf.DISQUE = ['127.0.0.1:7711']