X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-SDN-onos_vpls%2Ftox.ini;h=e72bc16206a215779fcbd01de099ebc783cafe49;hp=00ac655e11b7981edb70ceda3dd69104e0ee10b0;hb=949e05307d162826f2d4b9325758f3f232724458;hpb=be20773a71d05631cfa143784a39009c0f2f3499 diff --git a/RO-SDN-onos_vpls/tox.ini b/RO-SDN-onos_vpls/tox.ini index 00ac655e..e72bc162 100644 --- a/RO-SDN-onos_vpls/tox.ini +++ b/RO-SDN-onos_vpls/tox.ini @@ -26,12 +26,12 @@ commands=python3 -m unittest discover -v [testenv:flake8] basepython = python3 deps = flake8 -commands = flake8 osm_rosdn_onosvpls --max-line-length 120 \ +commands = flake8 osm_rosdn_onos_vpls --max-line-length 120 \ --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226,W504 [testenv:unittest] basepython = python3 -commands = python3 -m unittest osm_rosdn_onosvpls.tests +commands = python3 -m unittest osm_rosdn_onos_vpls.tests [testenv:build] basepython = python3