[travis] add codeclimate
This commit is contained in:
parent
093da246b6
commit
fd43e6cdd7
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ install:
|
|||
- pip install coverage
|
||||
script:
|
||||
- coverage run -m unittest discover -v
|
||||
- CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token: 40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf
|
||||
|
|
Loading…
Reference in a new issue