adding boost to travis

This commit is contained in:
Hans Dembinski 2016-05-06 18:29:19 -04:00
parent b18328afed
commit ca77e5c0a7

View File

@ -1,4 +1,5 @@
language: cpp
sudo: required
compiler:
- clang
os:
@ -7,7 +8,9 @@ git:
depth: 3
python: 2.7.10
before_install:
- pip install --user --upgrade pip
- pip install --user numpy
# - pip install --upgrade --user pip
# - pip install --user numpy
sudo apt-get install python-numpy
sudo apt-get install libboost-all-dev libboost-all
script:
cd build && cmake . && make -j2 && make test