Signed-off-by: YAMAMOTO Takashi <[email protected]> --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini index dfbf207..388494b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27 +envlist = py26,py27,pep8 [testenv] deps = -U @@ -8,6 +8,10 @@ deps = -U commands = python ryu/tests/run_tests.py +[testenv:pep8] +commands = + pep8 + [pep8] -exclude = vcsversion.py,.pyc,ryu/contrib,dictconfig.py +exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib,dictconfig.py ignore = E113 -- 1.9.4 ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
