mirror of https://github.com/CIRCL/url-abuse
redis
parent
c17f5a90d9
commit
98e12e66ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue