update nose command for circle CI

This commit is contained in:
Eren Gölge 2021-02-08 10:54:52 +00:00 committed by Eren Gölge
parent 755872ffab
commit d684375291
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- run: |
sudo pip install --quiet --upgrade cardboardlint pylint
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
- run: nosetests tests --nocapture
- run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
- run: |
sudo ./tests/test_server_package.sh
sudo ./tests/test_glow-tts_train.sh