summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6f8ac98cf..0604159f9 100755
--- a/setup.py
+++ b/setup.py
@@ -134,6 +134,8 @@ setup(cmdclass=cmdclass,
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
+ # nosetests
+ test_suite = 'nose.collector',
packages=["Bcfg2",
"Bcfg2.Client",
"Bcfg2.Client.Tools",