mirror of https://github.com/coqui-ai/TTS.git
update travis script
parent
fd2d0dab41
commit
808da15e7d
|
@ -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
|
||||
|
|
|
@ -13,3 +13,4 @@ tqdm
|
|||
soundfile
|
||||
phonemizer
|
||||
bokeh==1.4.0
|
||||
nose
|
||||
|
|
Loading…
Reference in New Issue