summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-08-21 14:37:29 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-08-21 14:37:29 -0700
commit5bf17126b908c803e5c2eedb2614ea75a914fb18 (patch)
treef3f5c5feafd222e450c8840b4c8d9fc584c91609 /tools
parent540c4883d6f2de25dd38db0c18d59d568cd35f1e (diff)
downloadpython-openstackclient-5bf17126b908c803e5c2eedb2614ea75a914fb18.tar.gz
Add nosehtmloutput as a test dependency.
Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Change-Id: I9f7bdf848aeb0fee727da9cd3b651b3a3ce53182
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index b0ebc3e9..1e9012db 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -7,6 +7,7 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
+nosehtmloutput
pep8==0.6.1
sphinx>=1.1.2
unittest2