travis
Raphaël Vinot 2015-10-29 15:33:15 +01:00
parent 9317f65316
commit 04edaff943
1 changed files with 14 additions and 0 deletions

View File

@ -7,10 +7,24 @@ python:
- "3.5" - "3.5"
- "nightly" - "nightly"
sudo: required
services: services:
- redis-server - redis-server
addons:
apt:
packages:
- parallel
install: install:
- git clone git://github.com/stricaud/faup.git
- cd faup
- mkdir build
- cd build
- cmake .. && make
- sudo make install
- sudo ldconfig
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install coveralls - pip install coveralls
- pip install codecov - pip install codecov