summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2010-12-23 21:41:54 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2010-12-23 21:41:54 +0000
commit2ae831a6b656ea9203b7326e06db4ba9ebcc25d8 (patch)
treea563135ecd47a9d25e85a04122ac42ce3bcf622e /setup.py
parent301dd942b533f8efbe55a74def7ae79de3a11f48 (diff)
parent75e2cbec9eb5132a49446f1b6d563d5f43d007de (diff)
downloadnova-2ae831a6b656ea9203b7326e06db4ba9ebcc25d8.tar.gz
nova-2ae831a6b656ea9203b7326e06db4ba9ebcc25d8.tar.xz
nova-2ae831a6b656ea9203b7326e06db4ba9ebcc25d8.zip
Merged again from trunk
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d88bc1e6f..1abf4d9fe 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ setup(name='nova',
'build_sphinx' : local_BuildDoc },
packages=find_packages(exclude=['bin', 'smoketests']),
include_package_data=True,
+ test_suite='nose.collector',
scripts=['bin/nova-api',
'bin/nova-compute',
'bin/nova-dhcpbridge',