blob: d9824378034563e43286758fa437739322808411 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Add support for standard test command
# https://github.com/jek/blinker/pull/26/
--- setup.py.orig 2015-12-27 05:36:22 UTC
+++ setup.py
@@ -37,4 +37,6 @@ setup(name="blinker",
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],
+ tests_require=['nose'],
+ test_suite='nose.collector',
)
|