summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-08-21 14:36:36 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-08-21 14:36:36 -0700
commitbad092f3506ad05769d658efc9d22a5e32a9aed7 (patch)
tree491cb693cee9db2a76dee2f8d62d19871cb56155 /tools
parentbab694ef1d579aca453996e3e9729d96a26e570a (diff)
downloadpython-novaclient-bad092f3506ad05769d658efc9d22a5e32a9aed7.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: Iab55c018b0f41d9ffabd931329ab487df8ab9cae
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 eb9b2adf..43a94695 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -5,6 +5,7 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
+nosehtmloutput
pep8==1.1
sphinx>=1.1.2
unittest2