Remove hyperopts occurances

This commit is contained in:
Matthias
2019-11-13 09:38:06 +01:00
parent 6f01d7f8ea
commit 5b62ad876e
10 changed files with 15 additions and 15 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 SampleStrategy --hyperopt SampleHyperOpts
- freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt SampleHyperOpt
name: hyperopt
- script: flake8
name: flake8