Files
TTS/run_tests.sh
2020-08-04 14:29:05 +02:00

12 lines
222 B
Bash
Executable File

TF_CPP_MIN_LOG_LEVEL=3
# 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