Fix black issues and run tox properly in stage-test
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f1aeb9b..b014de1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,7 @@ basepython = python3.8
 setenv = VIRTUAL_ENV={envdir}
          PYTHONDONTWRITEBYTECODE = 1
 deps =  -r{toxinidir}/requirements.txt
+parallel_show_output = true
 
 #######################################################################################
 [testenv:black]