mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-20 11:28:34 +08:00
Experimenting with disque build on travis
This commit is contained in:
@@ -31,7 +31,7 @@ def test_redis():
|
||||
Conf.DJANGO_REDIS = 'default'
|
||||
|
||||
|
||||
@pytest.mark.skipif(os.getenv('DISQUE', True),
|
||||
@pytest.mark.skipif(not os.getenv('DISQUE', None),
|
||||
reason="No disque server configured")
|
||||
def test_disque():
|
||||
Conf.DISQUE = ['127.0.0.1:7711']
|
||||
|
||||
Reference in New Issue
Block a user