fix travis + pylint tests

This commit is contained in:
sanjaesc 2020-10-22 13:22:50 +02:00
parent 6245dd2b93
commit 4d5da4b663
2 changed files with 3 additions and 2 deletions

View File

@ -17,5 +17,6 @@ fi
if [[ "$TEST_SUITE" == "testscripts" ]]; then
# test model training scripts
./tests/test_tts_train.sh
./tests/test_vocoder_train.sh
./tests/test_vocoder_gan_train.sh
./tests/test_vocoder_wavernn_train.sh
fi