[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:
Tobias Witek 2020-02-02 14:42:32 +01:00
parent 1801e83322
commit eb38e1ce96

View file

@ -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