mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 20:28:12 +08:00
Experimenting with disque build on travis
This commit is contained in:
+11
@@ -13,6 +13,17 @@ env:
|
||||
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- tcl8.5
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/antirez/disque.git disque_server
|
||||
- "cd disque_server/src && make && PREFIX=../ make install && cd -"
|
||||
- "./disque_server/bin/disque-server &"
|
||||
- ./disque_server/bin/disque PING
|
||||
|
||||
install:
|
||||
- pip install -q django==$DJANGO
|
||||
- pip install -r requirements.txt
|
||||
|
||||
@@ -119,4 +119,5 @@ Q_CLUSTER = {'name': 'django_q_test',
|
||||
'cpu_affinity': 1,
|
||||
'testing': True,
|
||||
'log_level': 'DEBUG',
|
||||
'django_redis': 'default'}
|
||||
'django_redis': 'default',
|
||||
'disque_auth': 'foobared'}
|
||||
|
||||
Reference in New Issue
Block a user