Skip to content

Commit

Permalink
Try fix ta-lib install
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 8, 2019
1 parent 64372ea commit df97652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addons:
- libdw-dev
- binutils-dev
install:
- ./build_helpers/install_ta-lib.sh
- cd build_helpers && ./install_ta-lib.sh
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- pip install --upgrade flake8 coveralls pytest-random-order pytest-asyncio mypy
- pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion build_helpers/install_ta-lib.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ ! -f "ta-lib/CHANGELOG.TXT" ]; then
tar zxvf build_helpers/ta-lib-0.4.0-src.tar.gz
tar zxvf ta-lib-0.4.0-src.tar.gz
cd ta-lib \
&& sed -i.bak "s|0.00000001|0.000000000000000001 |g" src/ta_func/ta_utility.h \
&& ./configure \
Expand Down

0 comments on commit df97652

Please sign in to comment.