X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=b014de1187a72e29262c5d7796fc2f1ce771966c;hb=refs%2Fchanges%2F05%2F12705%2F2;hp=f1aeb9bdc4c44b543a2a84a5659074a0cf680f1f;hpb=e539a8d7d65be857fc64afa593893e6e6b0b52c0;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index f1aeb9b..b014de1 100644 --- 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]