mirror of https://github.com/CIRCL/url-abuse
Update travis
parent
b8b2297c49
commit
565430fb85
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "uwhoisd"]
|
||||||
|
path = uwhoisd
|
||||||
|
url = https://github.com/Rafiot/uwhoisd.git
|
|
@ -21,6 +21,9 @@ install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- popd
|
- popd
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
- pushd uwhoisd
|
||||||
|
- python setup.py install
|
||||||
|
- popd
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- cp config.ini.sample config.ini
|
- cp config.ini.sample config.ini
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit eefb13ffa6b129efb97d794b2df6cd249ec4bff4
|
Loading…
Reference in New Issue