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