Skip to content

Commit

Permalink
Add dependency on prospector in tests_require.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Sep 1, 2016
1 parent 8efa663 commit eaa8adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'coloredlogs': _coloredlogs_pkgs,
},
'setup_requires': ['vsc-install >= %s' % VSC_INSTALL_REQ_VERSION],
'tests_require': _coloredlogs_pkgs,
'tests_require': ['prospector'] + _coloredlogs_pkgs,
}

if __name__ == '__main__':
Expand Down

0 comments on commit eaa8adf

Please sign in to comment.