From fbd7801d8d34f083fe1e6fb9e204099130bd29ae Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 10 Dec 2016 22:15:25 +0100 Subject: [PATCH] [CI] Disable test coverage reporting Seems to work only for the default branch, so disable until merge back to master. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8963a56..2029c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ install: - pip install psutil - pip install netifaces script: nosetests -v tests/ -addons: - code_climate: - repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf - +#addons: +# code_climate: +# repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf