From 83488fe97fd7ae4581cda358bac8ac7e995560c7 Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 10 Dec 2016 22:12:02 +0100 Subject: [PATCH] [CI] Add Code Climate token for test coverage Let's see if/how code coverage works. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6e7c9c6..8963a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,7 @@ install: - pip install psutil - pip install netifaces script: nosetests -v tests/ +addons: + code_climate: + repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf +