Enable black in tox.ini
[osm/MON.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 232c689..7489f16 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_mon/
-        black --check --diff setup.py
+        black --check --diff osm_mon/
+        black --check --diff setup.py
 
 
 #######################################################################################
@@ -66,7 +67,7 @@ deps =  {[testenv]deps}
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
-    pylint -E osm_mon
+        pylint -E osm_mon
 
 
 #######################################################################################