Cache /usr/loca/lib
This commit is contained in:
parent
dd7d655a63
commit
f4979e0e8a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user