From: garciadeblas Date: Tue, 29 May 2018 11:33:17 +0000 (+0200) Subject: added setup.py to flake8 tests X-Git-Tag: v4.0.1^0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=f4d05f8f3afd64ac4fd2bf0625be08cca2345025;hp=2f4fc964a290556d059905a4f6d1c35d3fd680f3 added setup.py to flake8 tests Change-Id: Id063d6ff5fcb14dba4872b2f95c02ac8b1376a99 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 46d478b..0207a67 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands=nosetests basepython = python3 deps = flake8 commands = - flake8 osm_nbi --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226 + flake8 osm_nbi/ setup.py --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226 [testenv:build] basepython = python3