Experimenting with disque build on travis

This commit is contained in:
Ilan Steemers
2015-09-02 20:00:43 +02:00
parent 46ae50043c
commit 0756fb9896
2 changed files with 13 additions and 1 deletions
+11
View File
@@ -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
+2 -1
View File
@@ -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'}