add appvegor

This commit is contained in:
tqchen
2015-07-29 21:01:53 -07:00
parent 6062f4dd58
commit d9599f816f
2 changed files with 23 additions and 1 deletions

View File

@@ -9,5 +9,5 @@ brew update
if [ ${TASK} == "python-package" ]; then
brew install python git
easy_install pip
pip install numpy scipy
pip install numpy scipy nose
fi