[travis] Try to fix failing code coverage tests on PR

This commit is contained in:
Tobias Witek 2017-04-02 08:44:32 +02:00
parent 1f0f39394f
commit badc2648b6

View file

@ -11,7 +11,7 @@ install:
- pip install codeclimate-test-reporter - pip install codeclimate-test-reporter
script: script:
- nosetests -v --with-coverage --cover-erase tests/ - nosetests -v --with-coverage --cover-erase tests/
- codeclimate-test-reporter - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter
addons: addons:
code_climate: code_climate:
repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf