[CI] Disable test coverage reporting
Seems to work only for the default branch, so disable until merge back to master.
This commit is contained in:
parent
83488fe97f
commit
fbd7801d8d
1 changed files with 3 additions and 4 deletions
|
@ -8,7 +8,6 @@ install:
|
||||||
- pip install psutil
|
- pip install psutil
|
||||||
- pip install netifaces
|
- pip install netifaces
|
||||||
script: nosetests -v tests/
|
script: nosetests -v tests/
|
||||||
addons:
|
#addons:
|
||||||
code_climate:
|
# code_climate:
|
||||||
repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf
|
# repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue