Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-05-04 23:29:52 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-05-04 23:46:13 (GMT)
commitfab8f9608856663c386449fcf7cb83277b42d27e (patch)
tree16dbfd7f1c9d1a6e9be4782a26e6959c31f18035
parent55a072470f68dbd9dc55e22c238eb6d0e1ea18fc (diff)
Run pyflakes on make check
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2240471..fe037da 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 && \