.travis: install future before requirements.txt

This commit is contained in:
misagh 2018-09-24 14:21:37 +02:00
parent 56050e5afe
commit a26131cea3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ install:
- ./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 future
- pip install -r requirements.txt
- pip install -e .
jobs: