update travis

This commit is contained in:
Atsushi Sakai
2018-01-16 12:06:06 -08:00
parent e285c42a2a
commit 39c47c115d

View File

@@ -5,6 +5,8 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install libboost-dev
- sudo apt-get install libc++-dev
- git clone https://github.com/ghliu/pyReedsShepp
- cd pyReedsShepp
install:
- "pip install scipy"
@@ -12,6 +14,7 @@ install:
- "pip install matplotlib"
- "pip install pandas"
- "pip install Cython"
- "python setup.py install"
script:
- python --version