X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;fp=tox.ini;h=12f309bfa45e4319a64d5c876859d691f817ee00;hb=b20a902cfc15e04f623b83e8756463540f3e7852;hp=baf649bbb987de1c793beb83a7589944a88fd7fa;hpb=347bed3b9dc1fc0681e63c6eea2e79b7c9e3f880;p=osm%2Fcommon.git diff --git a/tox.ini b/tox.ini index baf649b..12f309b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands = pytest basepython = python3 deps = flake8 commands = - flake8 setup.py + flake8 osm_common/ setup.py --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226 [testenv:build] basepython = python3