mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-12 21:43:17 +02:00
travis script for nose
This commit is contained in:
@@ -12,9 +12,9 @@ fi
|
||||
if [[ "$TEST_SUITE" == "unittest" ]]; then
|
||||
# Run tests on all pushes
|
||||
pushd tts_namespace
|
||||
nosetests speaker_encoder.tests --nocapture
|
||||
nosetests vocoder.tests --nocapture
|
||||
nosetests tests --nocapture
|
||||
nosetests TTS.speaker_encoder.tests --nocapture
|
||||
nosetests TTS.vocoder.tests --nocapture
|
||||
nosetests TTS.tests --nocapture
|
||||
popd
|
||||
# Test server package
|
||||
./tests/test_server_package.sh
|
||||
|
||||
Reference in New Issue
Block a user