Make travis test-hyperopt the sample strategy

This commit is contained in:
Matthias 2019-11-02 11:12:08 +01:00
parent 97d0f93d3c
commit 12e86ee4bd
1 changed files with 1 additions and 1 deletions

View File

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