summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-08-21 14:35:32 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-08-21 14:35:32 -0700
commitd50f89b65f4ad7cd888b89ce3fa539c7cfc7351e (patch)
treead421f6d590486f8992fcdb6e60deb6742a4c816
parentdec8f77c9233f195999b8db9adbd4f026834fd42 (diff)
downloadpython-keystoneclient-d50f89b65f4ad7cd888b89ce3fa539c7cfc7351e.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: I6d217ff3098650e013985afdd8f4186d8d77d609
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 077a58a..1e114f2 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -6,6 +6,7 @@ mox
nose
nose-exclude
openstack.nose_plugin
+nosehtmloutput
pep8==1.2
sphinx>=1.1.2
unittest2>=0.5.1