Skip to content

Commit

Permalink
caravel: add missing test requirements in setup.py (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored and mistercrunch committed Jun 8, 2016
1 parent ad5507c commit cdb573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
extras_require={
'cors': ['Flask-Cors>=2.0.0'],
},
tests_require=['coverage'],
tests_require=['coverage', 'mock', 'nose'],
author='Maxime Beauchemin',
author_email='maximebeauchemin@gmail.com',
url='https://github.com/airbnb/caravel',
Expand Down

0 comments on commit cdb573e

Please sign in to comment.