mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
update travis script
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user