From 25fbbf0868efdfa3c817ac79824199fa93c4f7fd Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 6 Jan 2017 10:29:22 +0100 Subject: flake8 check examples --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09cb2092..e512cfe8 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +PY_EXAMPLES=$(shell grep -l /usr/bin/python examples/*) + all: syntax-check test all+net: @@ -13,6 +15,7 @@ test: syntax-check: flake8 -j1 + flake8 -j1 $(PY_EXAMPLES) docs: make -C docs -- cgit v1.2.3