travis
Raphaël Vinot 2015-10-29 15:43:56 +01:00
parent 00a10f517a
commit 259fe9fedb
1 changed files with 4 additions and 2 deletions

View File

@ -19,11 +19,13 @@ addons:
install:
- git clone git://github.com/stricaud/faup.git
- cd faup
- cd build
- pushd faup
- pushd build
- cmake .. && make
- sudo make install
- sudo ldconfig
- popd
- popd
- pip install -r requirements.txt
- pip install coveralls
- pip install codecov