aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-09 09:40:13 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-09 09:40:50 +0100
commit9e31eccaf44efeb0b1506011a7ad1d21986b2e2d (patch)
tree7af34a9b5576ad5352cba434384344cabb3f8acc
parente87a50a85c5853671b508015159c0794aa3ada7d (diff)
Skip flake8 test
since Jessie laks a working python-mccabe
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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