Skip to content

Commit 110d03e

Browse files
committed
prevenet numba logs in nosetest
1 parent b00b1d4 commit 110d03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps: ## install 🐸 requirements.
1818
pip install -r requirements.txt
1919

2020
test: ## run tests.
21-
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests
21+
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture
2222
./run_bash_tests.sh
2323

2424
style: ## update code style.

0 commit comments

Comments
 (0)