Adding codeclimate-test-reporter to dev-reqs.txt

This commit is contained in:
Maxime Beauchemin 2016-08-15 23:30:51 -07:00
parent 7d1bec11f9
commit 4e1af9a2ca
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
codeclimate-test-reporter
coveralls
mock
mysqlclient

View File

@ -41,7 +41,12 @@ setup(
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='maximebeauchemin@gmail.com',
url='https://github.com/airbnb/caravel',