From f03eada002b3d93eb903c702a5f03e48584dfd81 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 13 May 2017 16:58:02 +0200 Subject: [PATCH] [travis] Try to pin coverage to 4.3 for code climate Try to make the code climate test reporter happy by pinning coverage.py to 4.3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 77b7b28..0e198ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: install: - pip install psutil - pip install netifaces + - pip install -U coverage==4.3 - pip install codeclimate-test-reporter script: - nosetests -v --with-coverage --cover-erase tests/