Try moving coveralls to github actions

This commit is contained in:
Matthias
2019-11-16 10:49:32 +01:00
parent 1d18e0a11a
commit be53c0885d
2 changed files with 7 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ jobs:
script:
- pytest --random-order --cov=freqtrade --cov-config=.coveragerc
# Allow failure for coveralls
- coveralls || true
# - coveralls || true
name: pytest
- script:
- cp config.json.example config.json