From 98e12e66ad90e2006c75ce417222c1de0fe9fecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 29 Oct 2015 16:11:42 +0100 Subject: [PATCH] redis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 64b1386..580a8ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,9 @@ install: - pip install codecov - cp config.ini.sample config.ini +before_script: + - redis-server /etc/redis/redis.conf --port 6334 --daemonize yes + script: - seq 10 | parallel -u -j 10 ./worker.py & - ./runapp.py