Skip to content

Commit

Permalink
Enable setuptools test command
Browse files Browse the repository at this point in the history
Enable the setuptools test command to invoke the tests via nose
  • Loading branch information
koobs committed Jun 26, 2015
1 parent c9a2d31 commit d38fad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"jira>=0.22",
"megaplan>=1.4",
],
test_suite='nose.collector',
entry_points="""
[console_scripts]
bugwarrior-pull = bugwarrior:pull
Expand Down

0 comments on commit d38fad0

Please sign in to comment.