summaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2018-01-10 01:51:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-10 01:51:42 +0000
commiteca62b89506ffa7b3b4f70cda3b10160c38158a5 (patch)
tree4e0ca653ac9c0c556cbd2ba3cd3c95b46dc83221 /requirements
parentdfffb38551329a52d4c650c30fa88d6c2293ba54 (diff)
parent9d0fcc9dba43040746b0fd45c6943bea9ba3462d (diff)
Merge "bug-fix: coverage package missing for ci verify"
Diffstat (limited to 'requirements')
-rw-r--r--requirements/verify.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements/verify.txt b/requirements/verify.txt
index e8d51f47..86f57e02 100644
--- a/requirements/verify.txt
+++ b/requirements/verify.txt
@@ -6,5 +6,7 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+# This file is for verify job excuted by OPNFV CI
-flake8==3.0.4 \ No newline at end of file
+flake8==3.0.4
+coverage==4.4.2 \ No newline at end of file