mirror of https://github.com/coqui-ai/TTS.git
prevenet numba logs in nosetest
parent
b00b1d4680
commit
110d03e0db
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ deps: ## install 🐸 requirements.
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
test: ## run tests.
|
test: ## run tests.
|
||||||
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests
|
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture
|
||||||
./run_bash_tests.sh
|
./run_bash_tests.sh
|
||||||
|
|
||||||
style: ## update code style.
|
style: ## update code style.
|
||||||
|
|
Loading…
Reference in New Issue