Enable black in tox.ini
[osm/PLA.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 4069746..9f416bc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,13 +27,14 @@ 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_pla/
+        black --check --diff osm_pla/
 
 
 #######################################################################################