X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=7489f16c6f440fb3fd9545f6f8021e0ad97c13fb;hb=95bf9b0bc96848be6e1557a4424bf977628957c6;hp=232c689d5326ecdb8e9dc2b8d87baa76b4536122;hpb=a3807d877278a41310fbb7561ae2f92f2fee7b93;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 #######################################################################################