diff options
Diffstat (limited to 'requirements/verify.txt')
-rw-r--r-- | requirements/verify.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements/verify.txt b/requirements/verify.txt index e8d51f47..3c63c8ff 100644 --- a/requirements/verify.txt +++ b/requirements/verify.txt @@ -6,5 +6,8 @@ # 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 +nose==1.3.7 +coverage==4.4.2 |