mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Attempting coverage integration with code climate
This commit is contained in:
2
setup.py
2
setup.py
@@ -41,7 +41,7 @@ setup(
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user