X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=RO-SDN-onos_vpls%2Ftox.ini;h=e72bc16206a215779fcbd01de099ebc783cafe49;hb=949e05307d162826f2d4b9325758f3f232724458;hp=00ac655e11b7981edb70ceda3dd69104e0ee10b0;hpb=e74dc4292590377f0a0bea63fd3a7be6c4c7e358;p=osm%2FRO.git 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