[CI] Add Code Climate token for test coverage
Let's see if/how code coverage works.
This commit is contained in:
parent
14ca6d5cf0
commit
83488fe97f
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ install:
|
||||||
- pip install psutil
|
- pip install psutil
|
||||||
- pip install netifaces
|
- pip install netifaces
|
||||||
script: nosetests -v tests/
|
script: nosetests -v tests/
|
||||||
|
addons:
|
||||||
|
code_climate:
|
||||||
|
repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue