mirror of https://github.com/coqui-ai/TTS.git
test script for speedy_speech training
This commit is contained in:
parent
61b72e6438
commit
4b1065f6db
|
@ -44,6 +44,7 @@ jobs:
|
|||
./tests/test_vocoder_gan_train.sh
|
||||
./tests/test_vocoder_wavegrad_train.sh
|
||||
./tests/test_vocoder_wavernn_train.sh
|
||||
./tests/test_speedy_speech_train.sh
|
||||
|
||||
test-3.7:
|
||||
<<: *test-template
|
||||
|
|
|
@ -11,6 +11,7 @@ nosetests tests -x &&\
|
|||
./tests/test_vocoder_gan_train.sh && \
|
||||
./tests/test_vocoder_wavernn_train.sh && \
|
||||
./tests/test_vocoder_wavegrad_train.sh && \
|
||||
./tests/test_speedy_speech_train.sh && \
|
||||
|
||||
# linter check
|
||||
cardboardlinter --refspec master
|
Loading…
Reference in New Issue