support python setup.py test

This commit is contained in:
Thomas Grainger 2013-04-08 16:37:03 +01:00
commit f10f59204f
3 changed files with 41 additions and 29 deletions

View file

@ -26,6 +26,7 @@ setup(
'anyjson',
'websocket-client',
],
test_suite="nose.collector",
packages=find_packages(),
include_package_data=True,
zip_safe=True)