From 39c71e26b9616ef7e012a66dc0219ed136720cd1 Mon Sep 17 00:00:00 2001 From: Mathieu Brunot Date: Thu, 20 Feb 2020 08:21:32 +0100 Subject: [PATCH] chore(ci-coverage): Pin coverage 4.5.4 #20646 (#20649) * chore(ci-coverage): Pin coveralls 4.5.4 #20646 Signed-off-by: mathieu.brunot * chore: Fix coverage Signed-off-by: mathieu.brunot --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 40afeee8d46..a8dc872adff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,5 +76,6 @@ install: - bench --site test_site reinstall --yes after_script: + - pip install coverage==4.5.4 - pip install python-coveralls - coveralls -b apps/erpnext -d ../../sites/.coverage