From 9af7a627fc3f46ccd2d1cda1e3a1af4a9777f9f8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Nov 2019 14:04:20 +0100 Subject: [PATCH] Also run coveralls from travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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