##// END OF EJS Templates
makefile: disable linting tests, they should be executed manually if required
marcink -
r381:835a8b3a default
parent child Browse files
Show More
@@ -20,7 +20,7 b' ci-docs: docs;'
20 clean: test-clean
20 clean: test-clean
21 find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' \) -exec rm '{}' ';'
21 find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' \) -exec rm '{}' ';'
22
22
23 test: test-clean test-lint test-only
23 test: test-clean test-only
24
24
25 test-clean:
25 test-clean:
26 rm -rf coverage.xml htmlcov junit.xml pylint.log result
26 rm -rf coverage.xml htmlcov junit.xml pylint.log result
General Comments 0
You need to be logged in to leave comments. Login now