Enable testing in setup.py
authorMario D. Santana <mario@elorangutan.com>
Fri, 15 Apr 2016 09:19:59 -0600
changeset 94 4466b5b65881
parent 82 fc40924ac59b
child 95 8302aa7110f1
Enable testing in setup.py
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
 )