add ne wtests to travis

This commit is contained in:
erogol 2020-07-09 14:22:16 +02:00
parent 79c5e15fa9
commit 26e0b61492
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if [[ "$TEST_SUITE" == "unittest" ]]; then
nosetests TTS.speaker_encoder.tests --nocapture
nosetests TTS.vocoder.tests --nocapture
nosetests TTS.tests --nocapture
nosetests TTS.tf.tests --nocapture
popd
# Test server package
./tests/test_server_package.sh