diff options
author | Deepak Chandella <deepak.chandella@orange.com> | 2019-07-05 22:31:36 +0530 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-11 11:35:54 +0200 |
commit | 5dd0d0ffd46e7665fddde8fd2f4da1a9b58506bb (patch) | |
tree | 9be57539cde78b3c82dd2442dfb108827d66ca69 /tox.ini | |
parent | 2d35738769a5118fdcf7a7092e4fd0fb7f15511d (diff) |
Adding first patch for behave feature
Change-Id: Ic975c301103b49cdec2bd26746b708388f21e892
Signed-off-by: Deepak Chandella <deepak.chandella@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ commands = flake8 basepython = python2.7 whitelist_externals = bash commands = - pylint --disable=locally-disabled --ignore-imports=y --reports=n xtesting + pylint --min-similarity-lines=10 \ + --disable=locally-disabled --ignore-imports=y --reports=n xtesting [testenv:yamllint] basepython = python2.7 |