mirror of https://github.com/coqui-ai/TTS.git
do not test server and modelManager until fixing #657
parent
89b7f01534
commit
8993120634
|
@ -33,9 +33,7 @@ jobs:
|
|||
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
|
||||
- run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
|
||||
- run: |
|
||||
sudo ./tests/test_server_package.sh
|
||||
sudo ./tests/test_glow-tts_train.sh
|
||||
sudo ./tests/test_server_package.sh
|
||||
sudo ./tests/test_tacotron_train.sh
|
||||
sudo ./tests/test_vocoder_gan_train.sh
|
||||
sudo ./tests/test_vocoder_wavegrad_train.sh
|
||||
|
|
|
@ -67,7 +67,7 @@ def main():
|
|||
parser.add_argument(
|
||||
'--text',
|
||||
type=str,
|
||||
default=None,
|
||||
required=True,
|
||||
help='Text to generate speech.'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue