From 26e0b614922d5649bb90973ed8c6b91d73d2bb1e Mon Sep 17 00:00:00 2001 From: erogol Date: Thu, 9 Jul 2020 14:22:16 +0200 Subject: [PATCH] add ne wtests to travis --- .travis/script | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/script b/.travis/script index ce886fc2..76d74aea 100755 --- a/.travis/script +++ b/.travis/script @@ -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