[travis] Try to fix failing code coverage tests on PR
This commit is contained in:
parent
1f0f39394f
commit
badc2648b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue