# HG changeset patch # User Mario D. Santana # Date 1460733599 21600 # Node ID 4466b5b65881161637dcb20a6fe0bf3eabb199f4 # Parent fc40924ac59b10073a69e96b3b28935e2d68b986 Enable testing in setup.py diff -r fc40924ac59b -r 4466b5b65881 setup.py --- a/setup.py Thu Mar 17 15:37:34 2016 +0100 +++ b/setup.py Fri Apr 15 09:19:59 2016 -0600 @@ -29,6 +29,8 @@ extras_require={ 'better date conversion': ["python-dateutil"] }, + test_suite='nose.collector', + tests_require=['nose'], include_package_data=True, zip_safe=False )