Applied the following since the new version of pep8 was released and we got tons of errors at travis.
= >From 45e37843b9f38192a9440f62803abbdc1df7a400 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori <[email protected]> Date: Sun, 8 Feb 2015 12:31:56 +0900 Subject: [PATCH] ignore some pep8 errors for now Signed-off-by: FUJITA Tomonori <[email protected]> --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 388494b..4dcb834 100644 --- a/tox.ini +++ b/tox.ini @@ -14,4 +14,5 @@ commands = [pep8] exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib,dictconfig.py -ignore = E113 +ignore = E113,E116,E402,E711,E731,E501 + -- 1.9.3 (Apple Git-50) ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
