diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-12-04 08:33:59 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-12-14 07:23:00 +0000 |
commit | 3f29dd2f11e3bb847fce5ac56060758d6076e8e7 (patch) | |
tree | d8fce3daf5820ed65082a2451700e2cc9742c858 /tox.ini | |
parent | 3306da5522f2576f2cd8431aac7fd4f3f4b32ca3 (diff) |
Improve the pylint score of functest-core
It also modifies the file list to ensure the rating of ci modules.
Change-Id: Ia1e414be5364cb3da3d54882db428024ed6bd99f
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,9 +30,12 @@ basepython = python2.7 whitelist_externals = bash modules = functest.api + functest.ci functest.core functest.energy functest.opnfv_tests.sdn.odl + functest.tests.unit.ci.test_tier_handler + functest.tests.unit.ci.test_tier_builder functest.tests.unit.core functest.tests.unit.energy functest.tests.unit.odl |