Disable defaulting to DefaultHyperOpts and DefaultHyperOptLoss

This commit is contained in:
hroff-1902
2019-10-10 04:37:32 +03:00
parent 95299d94c4
commit c4105436eb
6 changed files with 96 additions and 31 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
- freqtrade hyperopt --datadir tests/testdata -e 5 --strategy DefaultStrategy --customhyperopt DefaultHyperOpts --hyperopt-loss DefaultHyperOptLoss
name: hyperopt
- script: flake8
name: flake8