From 1176c145328a61f314ccba63c4083d2d1990d4dc Mon Sep 17 00:00:00 2001 From: Malarvizhi Paramasivam Date: Mon, 17 May 2021 11:40:15 +0530 Subject: Fix sonar issues Issue-ID: OPTFRA-946 Signed-off-by: Malarvizhi Paramasivam Change-Id: I6ccf61b6e07187f879d52c4c3b9f53b4188adf4a Signed-off-by: Malarvizhi Paramasivam --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index fb975e7..6dc85e0 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = -- cgit 1.2.3-korg