BLD: Add LD_LIBRARY_PATH to fix Travis CI failures.

This commit is contained in:
David Stephens
2013-12-10 11:10:55 -08:00
committed by Eddie Hebert
parent 6f3a3dab04
commit 108ffc6608
+1
View File
@@ -5,6 +5,7 @@ before_install:
- wget -O ta-lib-0.4.0-src.tar.gz http://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz/download
- tar xvzf ta-lib-0.4.0-src.tar.gz
- pushd ta-lib; ./configure; make; sudo make install; popd
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- sudo apt-get install gfortran
install:
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | grep -v scipy | grep -v matplotlib | grep -v statsmodels | grep -v patsy | xargs pip install --use-mirrors