travis
Raphaël Vinot 2015-10-29 16:03:54 +01:00
parent 259fe9fedb
commit c17f5a90d9
1 changed files with 3 additions and 5 deletions

View File

@ -9,9 +9,6 @@ python:
sudo: required
services:
- redis-server
addons:
apt:
packages:
@ -19,12 +16,13 @@ addons:
install:
- git clone git://github.com/stricaud/faup.git
- pushd faup
- pushd build
- pushd faup/build
- cmake .. && make
- sudo make install
- sudo ldconfig
- popd
- pushd src/lib/bindings/python
- python setup.py install
- popd
- pip install -r requirements.txt
- pip install coveralls