chg: Install faup in travis

pull/360/head
Raphaël Vinot 2019-12-04 17:15:22 +01:00
parent 7048f01633
commit 1e1b18fe12
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ install:
- sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev tesseract-ocr
- pip install pipenv
- pipenv install --dev
# install pyfaup
- git clone https://github.com/stricaud/faup.git
- pushd faup/build
- cmake .. && make
- sudo make install
- popd
- ldconfig
- cd faup/src/lib/bindings/python
- pip install .
- popd
script:
- pipenv run coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ -l 127.0.0.1 &