From 9e31eccaf44efeb0b1506011a7ad1d21986b2e2d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 9 Dec 2016 09:40:13 +0100 Subject: Skip flake8 test since Jessie laks a working python-mccabe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9755fa11..5926091e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ test: python setup.py nosetests --with-xcoverage syntax-check: - flake8 -j1 + #flake8 -j1 docs: make -C docs -- cgit v1.2.3