Fix loading of boolean values in configuration and set missing default values
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a357cbf..83207a2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,14 +27,15 @@ basepython = python3.8
 setenv = VIRTUAL_ENV={envdir}
          PYTHONDONTWRITEBYTECODE = 1
 deps =  -r{toxinidir}/requirements.txt
+parallel_show_output = true
 
 #######################################################################################
 [testenv:black]
 deps = black
 skip_install = true
 commands =
-        - black --check --diff osm_lcm/
-        - black --check --diff setup.py
+         black --check --diff osm_lcm/
+         black --check --diff setup.py
 
 
 #######################################################################################
@@ -54,7 +55,7 @@ whitelist_externals = sh
 
 #######################################################################################
 [testenv:flake8]
-deps = flake8
+deps = flake8==5.0.4
 commands =
         flake8 osm_lcm/ setup.py
 
@@ -82,7 +83,7 @@ commands =
 
 #######################################################################################
 [testenv:pip-compile]
-deps =  pip-tools==6.4.0
+deps =  pip-tools==6.6.2
 skip_install = true
 whitelist_externals = bash
         [