diff options
author | Malarvizhi Paramasivam <malarvizhi.44@wipro.com> | 2021-05-17 11:40:15 +0530 |
---|---|---|
committer | Malarvizhi Paramasivam <malarvizhi.44@wipro.com> | 2021-06-01 16:51:32 +0530 |
commit | 1176c145328a61f314ccba63c4083d2d1990d4dc (patch) | |
tree | b930c580dbef9f05fe8a3f623a1ca610309cc1bf /tox.ini | |
parent | fac7fad54201fabab91fb850abf6f7d5c9f772bc (diff) |
Fix sonar issues
Issue-ID: OPTFRA-946
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: I6ccf61b6e07187f879d52c4c3b9f53b4188adf4a
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,10 +30,10 @@ whitelist_externals=bash commands = bash -c "pylint --reports=y osdf apps runtime| tee pylint.out" [testenv:py3] -basepython=python3.6 +basepython=python3 [testenv:flake8diff] -basepython=python3.6 +basepython=python3 whitelist_externals=bash deps = hacking>=2.0.0 commands = |