mirror of https://github.com/coqui-ai/TTS.git
add ne wtests to travis
This commit is contained in:
parent
79c5e15fa9
commit
26e0b61492
|
@ -15,6 +15,7 @@ if [[ "$TEST_SUITE" == "unittest" ]]; then
|
||||||
nosetests TTS.speaker_encoder.tests --nocapture
|
nosetests TTS.speaker_encoder.tests --nocapture
|
||||||
nosetests TTS.vocoder.tests --nocapture
|
nosetests TTS.vocoder.tests --nocapture
|
||||||
nosetests TTS.tests --nocapture
|
nosetests TTS.tests --nocapture
|
||||||
|
nosetests TTS.tf.tests --nocapture
|
||||||
popd
|
popd
|
||||||
# Test server package
|
# Test server package
|
||||||
./tests/test_server_package.sh
|
./tests/test_server_package.sh
|
||||||
|
|
Loading…
Reference in New Issue