changeset 47:c9c2c8bf1b8c MySQLdb

This makes setup.py test use nose to run all the tests
author adustman
date Sun, 22 Feb 2009 19:29:42 +0000
parents 4093fb968cb7
children f4fd8c20511c
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Feb 17 18:59:35 2009 +0000
+++ b/setup.py	Sun Feb 22 19:29:42 2009 +0000
@@ -24,4 +24,5 @@
         **options),
     ]
 metadata['long_description'] = metadata['long_description'].replace(r'\n', '')
+metadata['test_suite'] = 'nose.collector'
 setup(**metadata)