X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=87f7e21f96ced1640a896ae334a666ff61b24983;hb=be42d54170ca40d8d52e2c9fc8d888621585d6cf;hp=ee801f65068b2295ac5ff277ffdf5f015aa649b6;hpb=3cab75bfb39b4f03509ccb90dc26404bceec557a;p=osm%2FPOL.git diff --git a/tox.ini b/tox.ini index ee801f6..87f7e21 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_policy_module/ - - black --check --diff setup.py + black --check --diff osm_policy_module/ + black --check --diff setup.py ####################################################################################### @@ -66,7 +67,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - pylint -E osm_policy_module + - pylint -E osm_policy_module ####################################################################################### @@ -115,6 +116,7 @@ whitelist_externals = sh ignore = W291, W293, + W503, E123, E125, E226,