Add recipes to the makefile scope

This commit is contained in:
Eren Gölge 2021-08-07 21:22:52 +00:00
parent ced4cfdbbf
commit 1ad5f3ae17
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
target_dirs := tests TTS notebooks
target_dirs := tests TTS notebooks recipes
test_all: ## run tests and don't stop on an error.
nosetests --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id