python: Run flake8 at build time.
authorRussell Bryant <russell@ovn.org>
Tue, 22 Dec 2015 01:24:34 +0000 (20:24 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:13:46 +0000 (18:13 -0500)
commit115d8719dbfda638b0f26593e1df5bb354aaacd4
tree36f5736a33bfe5ba2e2cbd5b8140ef99a302a71c
parent1e289cffd00fa6bff06ec47d320bd0be5e8209ce
python: Run flake8 at build time.

If flake8 is installed, run it at build time.  Similar to most Makefile
targets, run it once and then only run again if the files change.

flake8 is set to ignore all error and warning types that currently occur.
Future patches will remove items from the ignore list as they are
resolved.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
INSTALL.md
Makefile.am
configure.ac
debian/automake.mk
m4/openvswitch.m4
ofproto/automake.mk
python/automake.mk
tests/automake.mk
utilities/automake.mk
vtep/automake.mk
xenserver/automake.mk