summaryrefslogtreecommitdiff
path: root/vtep/automake.mk
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2015-12-21 20:24:34 -0500
committerRussell Bryant <russell@ovn.org>2016-01-05 18:13:46 -0500
commit115d8719dbfda638b0f26593e1df5bb354aaacd4 (patch)
tree36f5736a33bfe5ba2e2cbd5b8140ef99a302a71c /vtep/automake.mk
parent1e289cffd00fa6bff06ec47d320bd0be5e8209ce (diff)
downloadopenvswitch-115d8719dbfda638b0f26593e1df5bb354aaacd4.tar.gz
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>
Diffstat (limited to 'vtep/automake.mk')
-rw-r--r--vtep/automake.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vtep/automake.mk b/vtep/automake.mk
index de028b657..2645f301a 100644
--- a/vtep/automake.mk
+++ b/vtep/automake.mk
@@ -43,6 +43,8 @@ scripts_SCRIPTS += \
docs += vtep/README.ovs-vtep.md
EXTRA_DIST += vtep/ovs-vtep
+FLAKE8_PYFILES += vtep/ovs-vtep
+
# VTEP schema and IDL
EXTRA_DIST += vtep/vtep.ovsschema
pkgdata_DATA += vtep/vtep.ovsschema