mirror of
https://github.com/wassname/TTS.git
synced 2026-08-29 11:14:04 +08:00
10 lines
179 B
Bash
Executable File
10 lines
179 B
Bash
Executable File
# tests
|
|
nosetests tests -x
|
|
|
|
# runtime tests
|
|
./tests/test_server_package.sh
|
|
./tests/test_tts_train.sh
|
|
./tests/test_vocoder_train.sh
|
|
|
|
# linter check
|
|
cardboardlinter --refspec master |