makefile: disable linting tests, they should be executed manually if required

This commit is contained in:
Marcin Kuzminski 2016-07-06 15:45:11 +02:00
parent 326f04ad63
commit d37b54ff54

View file

@ -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