diff --git a/.travis.yml b/.travis.yml index 52fcc806c5fc9..9e84a1c29172d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ addons: - deadsnakes packages: - python3.5 + code_climate: + repo_token: 5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c cache: directories: - $HOME/.wheelhouse/ diff --git a/setup.py b/setup.py index d02d1499f1634..1dbf542bc11be 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ extras_require={ 'cors': ['Flask-Cors>=2.0.0'], }, - tests_require=['coverage', 'mock', 'nose'], + tests_require=['coverage', 'mock', 'nose', 'codeclimate-test-reporter'], author='Maxime Beauchemin', author_email='maximebeauchemin@gmail.com', url='https://github.com/airbnb/caravel',