Skip to content

Commit

Permalink
Adding codeclimate-test-reporter to dev-reqs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 16, 2016
1 parent 7d1bec1 commit 4e1af9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
codeclimate-test-reporter
coveralls
mock
mysqlclient
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
extras_require={
'cors': ['Flask-Cors>=2.0.0'],
},
tests_require=['coverage', 'mock', 'nose', 'codeclimate-test-reporter'],
tests_require=[
'codeclimate-test-reporter'
'coverage',
'mock',
'nose',
],
author='Maxime Beauchemin',
author_email='[email protected]',
url='https://github.com/airbnb/caravel',
Expand Down

0 comments on commit 4e1af9a

Please sign in to comment.