mirror of https://github.com/coqui-ai/TTS.git
update the order if CI tests
This commit is contained in:
parent
0fc810b7c1
commit
2d55f08d17
|
@ -10,14 +10,12 @@ if [[ ( "$TRAVIS_PULL_REQUEST" != "false" ) && ( "$TEST_SUITE" == "lint" ) ]]; t
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$TEST_SUITE" == "unittest" ]]; then
|
if [[ "$TEST_SUITE" == "unittest" ]]; then
|
||||||
# Run tests on all pushes
|
|
||||||
nosetests tests --nocapture
|
nosetests tests --nocapture
|
||||||
|
./tests/test_server_package.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$TEST_SUITE" == "testscripts" ]]; then
|
if [[ "$TEST_SUITE" == "testscripts" ]]; then
|
||||||
# Test server package
|
# test model training scripts
|
||||||
./tests/test_server_package.sh
|
|
||||||
# test model training scripts
|
|
||||||
./tests/test_tts_train.sh
|
./tests/test_tts_train.sh
|
||||||
./tests/test_vocoder_train.sh
|
./tests/test_vocoder_train.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue