diff --git a/Makefile b/Makefile index d3d7dd41..3e33ca88 100644 --- a/Makefile +++ b/Makefile @@ -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