support python setup.py test
This commit is contained in:
parent
0d3e9a56ee
commit
f10f59204f
3 changed files with 41 additions and 29 deletions
1
setup.py
1
setup.py
|
|
@ -26,6 +26,7 @@ setup(
|
|||
'anyjson',
|
||||
'websocket-client',
|
||||
],
|
||||
test_suite="nose.collector",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
zip_safe=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue