diff --git a/.travis.yml b/.travis.yml index ec688a1f4..55f67effb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: script: - pytest --random-order --cov=freqtrade --cov-config=.coveragerc # Allow failure for coveralls - # - coveralls || true + - coveralls -v || true name: pytest - script: - cp config.json.example config.json