summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2015-10-13 10:19:20 -0500
committerBrant Knudson <bknudson@us.ibm.com>2015-10-13 10:21:49 -0500
commit6408ebdb32a4766ab4ad0db2a89195e3ed665499 (patch)
tree6b627fa3c004438a5c5f3499b020792bd479d349 /test-requirements.txt
parentdee7171326e138128486f1d2c3f7e639af875198 (diff)
downloadoslo-policy-6408ebdb32a4766ab4ad0db2a89195e3ed665499.tar.gz
Add cover test requirement
Running tox -e cover would fail since the `cover` tool wasn't being installed in the venv. Change-Id: Ie2f68b03751faedf4e973e1fdcb5546338bab41d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 65d9c32..dee1752 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +6,9 @@ hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
httpretty<0.8.7,>=0.8.4
+# computes code coverage percentages
+coverage>=3.6
+
# These are needed for docs generation
oslosphinx>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2