From fab8f9608856663c386449fcf7cb83277b42d27e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 5 May 2013 01:29:52 +0200 Subject: [PATCH] Run pyflakes on make check --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2240471f..fe037da6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ EXTRA_DIST = \ SUBDIRS = bin src po check: test + pyflakes $(top_srcdir) test: cd $(top_srcdir)/tests && \