fix windows test

This commit is contained in:
Matthias 2019-11-14 08:44:10 +01:00
parent 3b9899dfd4
commit b167fb071a

View File

@ -142,7 +142,7 @@ jobs:
- name: Hyperopt
run: |
cp config.json.example config.json
freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --customhyperopt SampleHyperOpt
freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt SampleHyperOpt
- name: Flake8
run: |