Rename --custom-hyperopt to --hyperopt

This commit is contained in:
Matthias
2019-10-14 19:42:28 +02:00
parent 2c200873c1
commit 89283ef486
6 changed files with 13 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ jobs:
name: backtest
- script:
- cp config.json.example config.json
- freqtrade hyperopt --datadir tests/testdata -e 5 --strategy DefaultStrategy --customhyperopt DefaultHyperOpts
- freqtrade hyperopt --datadir tests/testdata -e 5 --strategy DefaultStrategy --hyperopt DefaultHyperOpts
name: hyperopt
- script: flake8
name: flake8