mirror of https://github.com/coqui-ai/TTS.git
travis script for nose
parent
502ba2d5c4
commit
58117c0c6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue