aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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