Updates for Python 3.10 and Ubuntu 22.04
[osm/POL.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 90f35a8..caddd6d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,7 @@ toxworkdir = /tmp/.tox
 
 [testenv]
 usedevelop = True
-basepython = python3.8
+basepython = python3.10
 setenv = VIRTUAL_ENV={envdir}
          PYTHONDONTWRITEBYTECODE = 1
 deps =  -r{toxinidir}/requirements.txt
@@ -64,7 +64,7 @@ deps =  {[testenv]deps}
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
-        pylint -E osm_policy_module
+        pylint -E osm_policy_module
 
 #######################################################################################
 [testenv:safety]