Also run coveralls from travis

This commit is contained in:
Matthias 2019-11-29 14:04:20 +01:00
parent 15197ea8a7
commit 9af7a627fc

View File

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