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