diff options
author | Clark Boylan <clark.boylan@gmail.com> | 2012-08-21 14:40:00 -0700 |
---|---|---|
committer | Clark Boylan <clark.boylan@gmail.com> | 2012-08-21 14:40:00 -0700 |
commit | b0eb070655c9a81d1500cd2efacb30640a47b151 (patch) | |
tree | e276e35a9ab1a79110a8fbbcd91206701e5d6fa6 /tools | |
parent | 6941260d071e41d46266141fead533492163688b (diff) | |
download | python-swiftclient-b0eb070655c9a81d1500cd2efacb30640a47b151.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: I4292ba27db9371d5a8dae4b901a46165b9ee6721
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires index cf2d864..6d60065 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -4,6 +4,7 @@ nose nose-exclude nosexcover openstack.nose_plugin +nosehtmloutput pep8==1.3 sphinx>=1.1.2 eventlet |