Improve release process 0.7.2 (#5187)

This commit is contained in:
Simon Mo
2019-07-15 14:46:54 -07:00
committed by Richard Liaw
parent ea6aa6409a
commit fd71ffde2f
3 changed files with 85 additions and 13 deletions
@@ -148,10 +148,9 @@ test_sgd(){
}
# RUN TESTS
for PYTHON_VERSION in "p27" "p36"
for PYTHON_VERSION in "p36"
do
test_impala $PYTHON_VERSION
test_sgd $PYTHON_VERSION
done
cat "$RESULT_FILE"