Skip to content

Commit 57a4799

Browse files
committed
Merge pull request #47 from koobs/patch-1
Support test command w/ tests_require & test_suite
2 parents 9529702 + 17c0b83 commit 57a4799

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
'gevent',
4545
'requests'
4646
],
47+
tests_require = ['nose'],
48+
test_suite = 'nose.collector',
4749
py_modules=['grequests'],
4850
zip_safe=False,
4951
include_package_data=True,

0 commit comments

Comments
 (0)