makefile: disable linting tests, they should be executed manually if required
This commit is contained in:
parent
326f04ad63
commit
d37b54ff54
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue