mirror of https://github.com/CIRCL/url-abuse
Default travis config
parent
2cc1107560
commit
9317f65316
|
@ -0,0 +1,21 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "nightly"
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install coveralls
|
||||
- pip install codecov
|
||||
- cp config.ini.sample config.ini
|
||||
|
||||
script:
|
||||
- seq 10 | parallel -u -j 10 ./worker.py &
|
||||
- ./runapp.py
|
Loading…
Reference in New Issue