aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4575b355..9755fa11 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,7 @@ test:
python setup.py nosetests --with-xcoverage
syntax-check:
- PYTHONPATH=. pychecker $(PYCHECKER_ARGS) -q \
- gbp gbp.scripts gbp.git gbp.deb
+ flake8 -j1
docs:
make -C docs