From 0ea29c02449ebb74931726eec9c913f36da088ca Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sun, 11 Dec 2016 13:24:37 +0100 Subject: [PATCH] [CI] More tests to get Travis to send coverage info to Code Climate --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ff20af..f2b9417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,10 @@ python: install: - pip install psutil - pip install netifaces -script: nosetests -v tests/ + - pip install codeclimate-test-reporter +script: + - nosetests -v --with-coverage --cover-erase tests/ + - codeclimate-test-reporter addons: code_climate: repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf