2020-08-03 11:00:44 +00:00
|
|
|
TF_CPP_MIN_LOG_LEVEL=3
|
|
|
|
|
2020-07-16 13:05:36 +00:00
|
|
|
# tests
|
2020-10-29 14:47:15 +00:00
|
|
|
# nosetests tests -x &&\
|
2020-07-16 13:05:36 +00:00
|
|
|
|
|
|
|
# runtime tests
|
2020-08-04 12:29:05 +00:00
|
|
|
./tests/test_server_package.sh && \
|
|
|
|
./tests/test_tts_train.sh && \
|
2020-10-29 14:47:15 +00:00
|
|
|
./tests/test_vocoder_gan_train.sh && \
|
|
|
|
./tests/test_vocoder_wavernn_train.sh && \
|
|
|
|
./tests/test_glow-tts_train.sh && \
|
2020-07-16 13:05:36 +00:00
|
|
|
|
|
|
|
# linter check
|
|
|
|
cardboardlinter --refspec master
|