From badc2648b64685cf868764ea9789ef7fcaa1b8c2 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 2 Apr 2017 08:44:32 +0200 Subject: [PATCH] [travis] Try to fix failing code coverage tests on PR --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c90609..77b7b28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install codeclimate-test-reporter script: - nosetests -v --with-coverage --cover-erase tests/ - - codeclimate-test-reporter + - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter addons: code_climate: repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf