Fix sonar issues
[optf/osdf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index fb975e7..6dc85e0 100644 (file)
--- 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 =