[CI] More tests to get Travis to send coverage info to Code Climate
This commit is contained in:
parent
27d1d15b23
commit
0ea29c0244
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue