[travis] Exclude codeclimate
doesn't run on development branches anyhow, and for some reason produces errors on python 3.8
This commit is contained in:
parent
1801e83322
commit
eb38e1ce96
1 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,3 @@ 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