bug-fix: coverage package missing for ci verify 89/50189/1
authorYang Yu <Gabriel.yuyang@huawei.com>
Mon, 8 Jan 2018 02:58:11 +0000 (10:58 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Mon, 8 Jan 2018 02:58:11 +0000 (10:58 +0800)
JIRA: BOTTLENECK-219

nosetests has enbled coverage check which requires coverage
package missing currently

Change-Id: Ia4b87a6036ea00532014a332170a19681432f84c
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
requirements/verify.txt

index e8d51f4..86f57e0 100644 (file)
@@ -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