X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=7489f16c6f440fb3fd9545f6f8021e0ad97c13fb;hb=fbc255ac43319f61486773b5aaef3fef4edaeeea;hp=bf0cdb9c5cda124195729786a1f08f2c17e3f017;hpb=f3c0ac4110f53f542e6330c18a6d753d21d4bead;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index bf0cdb9..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 ####################################################################################### @@ -82,7 +83,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.4.0 +deps = pip-tools==6.6.2 skip_install = true whitelist_externals = bash [