Skip to content

Commit

Permalink
prevenet numba logs in nosetest
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed May 3, 2021
1 parent b00b1d4 commit 110d03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps: ## install 🐸 requirements.
pip install -r requirements.txt

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

style: ## update code style.
Expand Down

0 comments on commit 110d03e

Please sign in to comment.