update travis script

This commit is contained in:
erogol 2020-06-02 17:28:52 +02:00
parent 3a2e501b7a
commit b7b0c58e3f
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

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