Skip to content

Commit

Permalink
Attempting coverage integration with code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 15, 2016
1 parent 10011d5 commit a8131dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ addons:
- deadsnakes
packages:
- python3.5
code_climate:
repo_token: 5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c
cache:
directories:
- $HOME/.wheelhouse/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/airbnb/caravel',
Expand Down

0 comments on commit a8131dd

Please sign in to comment.