X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=3ed9406d60231babc0cf87f00e93bce15df02994;hb=053422d42b10d20fefe5fdd565faf9658d92ba7f;hp=ef1f5ebaa191ec4882357731a28a018110a1067f;hpb=c0e42e20731ff8eb24b4856b9ddb8fd5342e07f1;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index ef1f5eb..3ed9406 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands=nosetests basepython = python3 deps = flake8 commands = - flake8 setup.py + flake8 osm_lcm --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226 [testenv:build] basepython = python3