From 27d1d15b231c24f15ba4f0afa84f8517718435a4 Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sun, 11 Dec 2016 13:17:43 +0100 Subject: [PATCH] [CI] Enable Travis Code Climate coverage integration No idea whether this will work... --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2029c77..4ff20af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +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