mirror of https://github.com/CIRCL/url-abuse
Add Faup
parent
9317f65316
commit
04edaff943
14
.travis.yml
14
.travis.yml
|
@ -7,10 +7,24 @@ python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- parallel
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- git clone git://github.com/stricaud/faup.git
|
||||||
|
- cd faup
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake .. && make
|
||||||
|
- sudo make install
|
||||||
|
- sudo ldconfig
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
Loading…
Reference in New Issue