mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix makefile
This commit is contained in:
parent
a4fcaf69f5
commit
43b5a17519
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -323,7 +323,7 @@ pylint:
|
||||||
|
|
||||||
## Run pytest unit and integration tests
|
## Run pytest unit and integration tests
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: $(COMPAT_TEST_FILES)
|
test:
|
||||||
@rm -rf ".pytest_cache";
|
@rm -rf ".pytest_cache";
|
||||||
@rm -rf "src/__pycache__";
|
@rm -rf "src/__pycache__";
|
||||||
@rm -rf "test/__pycache__";
|
@rm -rf "test/__pycache__";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue