Show More
@@ -20,7 +20,7 b' ci-docs: docs;' | |||
|
20 | 20 | clean: test-clean |
|
21 | 21 | find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' \) -exec rm '{}' ';' |
|
22 | 22 | |
|
23 |
test: test-clean test- |
|
|
23 | test: test-clean test-only | |
|
24 | 24 | |
|
25 | 25 | test-clean: |
|
26 | 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