cd out of the build-helpers dir

This commit is contained in:
Matthias 2019-01-08 20:39:50 +01:00
parent df97652f6e
commit 69eed95a54
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ addons:
- libdw-dev
- binutils-dev
install:
- cd build_helpers && ./install_ta-lib.sh
- cd build_helpers && ./install_ta-lib.sh; cd ..
- 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