[typo] in setup.py

This commit is contained in:
Maxime Beauchemin 2016-08-15 23:38:05 -07:00
parent 4e1af9a2ca
commit 6b5d6b4156
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ setup(
'cors': ['Flask-Cors>=2.0.0'],
},
tests_require=[
'codeclimate-test-reporter'
'codeclimate-test-reporter',
'coverage',
'mock',
'nose',