From cb175069bfa921503d79f12399948173bf247779 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 3 Jun 2017 08:26:56 -1000 Subject: revert codecov.yml workaround and pin coverage to 4.3.4 (#3662) * Revert "Attempted workaround for intermittent coverage issues (#3661)" This reverts commit 84a634c1e7645970382a3a271dfae9ef95685e7a. * pin coverage to 4.3.4 --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 3b6de00d..6b66f5bf 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -89,4 +89,4 @@ fi python -m virtualenv ~/.venv source ~/.venv/bin/activate -pip install tox codecov +pip install tox codecov coverage==4.3.4 -- cgit v1.2.3