# HG changeset patch # User Marcin Kuzminski # Date 2016-07-06 13:45:11 # Node ID 835a8b3a2b2a298c9578c7290c27b04fa5599dbf # Parent 364360c9de8cd055615ef215d74c6667457c7b82 makefile: disable linting tests, they should be executed manually if required diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ci-docs: docs; clean: test-clean find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' \) -exec rm '{}' ';' -test: test-clean test-lint test-only +test: test-clean test-only test-clean: rm -rf coverage.xml htmlcov junit.xml pylint.log result