From d38fad0256ff76129630cf0c636690e6654c153a Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 27 Jun 2015 01:08:35 +1000 Subject: [PATCH] Enable setuptools test command Enable the setuptools test command to invoke the tests via nose --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 51e5fb8cf..da2c73ea4 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ "jira>=0.22", "megaplan>=1.4", ], + test_suite='nose.collector', entry_points=""" [console_scripts] bugwarrior-pull = bugwarrior:pull