From 98071404d18b572119c059d6531e84324df9b09e Mon Sep 17 00:00:00 2001 From: sibirrer Date: Sat, 25 Jan 2020 00:00:18 -0800 Subject: [PATCH] specific version of coverage due to issue reported with version 5 of coveralls --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 235482cc9..891ec03c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ services: - xvfb before_install: # - sudo apt-get build-dep python-scipy + - pip install coverage==4.5.4 # temporary fix for coveralls - pip install coveralls - pip install python-coveralls - pip install scipy