Add CodeClimate to Travis-CI.

This commit is contained in:
Tobias Gruetzmacher 2016-03-04 00:18:21 +01:00
parent 8c4b2aad65
commit b64e27f0ad

View file

@ -9,6 +9,8 @@ addons:
apt: apt:
packages: packages:
- libjpeg-dev - libjpeg-dev
code_climate:
repo_token: 2a411f596959fc32f5d73f3ba7cef8cc4d5733299d742dbfc97fd6c190b9010c
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt