mirror of https://github.com/MISP/mail_to_misp
fix: missing deps for travis
parent
6d829713e4
commit
7a1b3c0189
|
@ -22,7 +22,7 @@ install:
|
|||
- sudo make install
|
||||
- popd
|
||||
- sudo ldconfig
|
||||
- pip install -U nose pip coverage
|
||||
- pip install -U nose pip coverage codecov coveralls
|
||||
- pip install -U -r requirements.txt
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
|
Loading…
Reference in New Issue