mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
create config.json for hyperopt
This commit is contained in:
parent
e83e4909a0
commit
fe0c26f536
|
@ -21,8 +21,10 @@ install:
|
|||
jobs:
|
||||
include:
|
||||
- script: pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|
||||
- script: python freqtrade/main.py hyperopt -e 5
|
||||
- script: python freqtrade/main.py backtesting
|
||||
- script:
|
||||
- cp config.json.example config.json
|
||||
- python freqtrade/main.py hyperopt -e 5
|
||||
after_success:
|
||||
- flake8 freqtrade && coveralls
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue
Block a user