Merge pull request #874 from freqtrade/local-talib

store ta-lib locally in a zip for Travis
This commit is contained in:
Samuel Husso 2018-06-08 08:51:39 +03:00 committed by GitHub
commit c4af66e312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
if [ ! -f "ta-lib/CHANGELOG.TXT" ]; then
curl -O -L http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar zxvf ta-lib-0.4.0-src.tar.gz
cd ta-lib && ./configure && make && sudo make install && cd ..
else

BIN
ta-lib-0.4.0-src.tar.gz Normal file

Binary file not shown.