travis
Raphaël Vinot 2015-10-29 16:11:42 +01:00
parent c17f5a90d9
commit 98e12e66ad
1 changed files with 3 additions and 0 deletions

View File

@ -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