Disable Defaulting to DefaultStrategy

This commit is contained in:
Matthias
2019-09-21 19:54:44 +02:00
parent 52ff391c8a
commit b73426b91f
11 changed files with 25 additions and 14 deletions

View File

@@ -28,11 +28,11 @@ jobs:
name: pytest
- script:
- cp config.json.example config.json
- freqtrade backtesting --datadir tests/testdata
- freqtrade backtesting --datadir tests/testdata --strategy DefaultStrategy
name: backtest
- script:
- cp config.json.example config.json
- freqtrade hyperopt --datadir tests/testdata -e 5
- freqtrade hyperopt --datadir tests/testdata -e 5 --strategy DefaultStrategy
name: hyperopt
- script: flake8
name: flake8