update travis script

pull/1/head
erogol 2020-06-02 17:28:52 +02:00
parent fd2d0dab41
commit 808da15e7d
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,9 @@ fi
if [[ "$TEST_SUITE" == "unittest" ]]; then
# Run tests on all pushes
pushd tts_namespace
python -m unittest
nosetests speaker_encoder.tests --nocapture
nosetests vocoder.tests --nocapture
nosetests tests --nocapture
popd
# Test server package
./tests/test_server_package.sh

View File

@ -13,3 +13,4 @@ tqdm
soundfile
phonemizer
bokeh==1.4.0
nose