Handle some merge aftermaths

This commit is contained in:
Matthias
2019-10-20 19:54:38 +02:00
parent 2d34c0f52d
commit 1c503f39b2
6 changed files with 47 additions and 42 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 --hyperopt DefaultHyperOpts
- freqtrade hyperopt --datadir tests/testdata -e 5 --strategy DefaultStrategy --hyperopt DefaultHyperOpt
name: hyperopt
- script: flake8
name: flake8