Cache /usr/loca/lib

This commit is contained in:
Matthias 2019-01-09 06:27:58 +01:00
parent dd7d655a63
commit f4979e0e8a

View File

@ -29,8 +29,6 @@ jobs:
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ - pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
- coveralls - coveralls
name: pytest name: pytest
python:
- 3.7
- script: - script:
- cp config.json.example config.json - cp config.json.example config.json
- python freqtrade/main.py --datadir freqtrade/tests/testdata backtesting - python freqtrade/main.py --datadir freqtrade/tests/testdata backtesting
@ -58,3 +56,4 @@ cache:
pip: True pip: True
directories: directories:
- ta-lib - ta-lib
- /usr/local/lib