X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=7489f16c6f440fb3fd9545f6f8021e0ad97c13fb;hb=e11d5666a1adfcb2880d99ed16554cdc000507b7;hp=232c689d5326ecdb8e9dc2b8d87baa76b4536122;hpb=0ccdba94d5ca1de0ff26c6aaf5a16aacc3c2fd0d;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index 232c689..7489f16 100644 --- 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 #######################################################################################