From dec8384da126b9aeefdf23660c0abcbf7f5a343b Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 15 Mar 2009 18:01:48 +0000 Subject: use setup.py test to do the testing --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4a9739a..66918c0 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,8 @@ You can install from the `svn repository url='http://pythonpaste.org/tempita/', license='MIT', packages=['tempita'], + tests_require=['nose'], + test_suite='nose.collector', include_package_data=True, zip_safe=True, ) -- cgit v1.2.1