Flake8 for scripts

This commit is contained in:
Matthias
2019-03-23 19:18:10 +01:00
parent 6312d785d8
commit 184b13f2fb
4 changed files with 8 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ jobs:
script:
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
# Allow failure for coveralls
- coveralls || true
- coveralls || true
name: pytest
- script:
- cp config.json.example config.json
@@ -39,7 +39,7 @@ jobs:
- cp config.json.example config.json
- python freqtrade/main.py --datadir freqtrade/tests/testdata hyperopt -e 5
name: hyperopt
- script: flake8 freqtrade
- script: flake8 freqtrade scripts
name: flake8
- script: mypy freqtrade
name: mypy