mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
update the order if CI tests
This commit is contained in:
+2
-4
@@ -10,14 +10,12 @@ if [[ ( "$TRAVIS_PULL_REQUEST" != "false" ) && ( "$TEST_SUITE" == "lint" ) ]]; t
|
||||
fi
|
||||
|
||||
if [[ "$TEST_SUITE" == "unittest" ]]; then
|
||||
# Run tests on all pushes
|
||||
nosetests tests --nocapture
|
||||
./tests/test_server_package.sh
|
||||
fi
|
||||
|
||||
if [[ "$TEST_SUITE" == "testscripts" ]]; then
|
||||
# Test server package
|
||||
./tests/test_server_package.sh
|
||||
# test model training scripts
|
||||
# test model training scripts
|
||||
./tests/test_tts_train.sh
|
||||
./tests/test_vocoder_train.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user