X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=tox.ini;h=e451bb80c9ca72496093a3e28110181321ba9075;hp=025f4a0ea1829662f92f0dc12aa4af426ca8d4f6;hb=20c13237430c0f946d4433461ce190129bf0cf8b;hpb=cf92004692dbcab4b9c024a45be327f7bf019ea8 diff --git a/tox.ini b/tox.ini index 025f4a0e..e451bb80 100644 --- a/tox.ini +++ b/tox.ini @@ -11,12 +11,13 @@ commands=nosetests [testenv:flake8] basepython = python deps = flake8 -commands = - flake8 setup.py +# TODO for the moment few files are tested. +commands = flake8 osm_ro/wim --max-line-length 120 \ + --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,osm_im --ignore W291,W293,E226,E402,W504 [testenv:build] basepython = python deps = stdeb setuptools-version-command commands = python setup.py --command-packages=stdeb.command bdist_deb - +