Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ default: help

###########
##@ General
all: lint cov wheel ## Complete cycle: generate/lint/test everything
all: lint cov wheel ## Complete cycle: lint/test everything

# NOTE: due to example sub-projects, clean up all occurrances of these files/directories
clean: ## Remove build/test artifacts
rm -rf `find . -name __pycache__`
rm -rf `find . -name .pytest_cache`
Expand Down
Loading