ENH: Add visualization to python package
This commit is contained in:
@@ -7,7 +7,7 @@ fi
|
||||
brew update
|
||||
|
||||
if [ ${TASK} == "python-package" ]; then
|
||||
brew install python git
|
||||
brew install python git graphviz
|
||||
easy_install pip
|
||||
pip install numpy scipy nose
|
||||
fi
|
||||
|
||||
@@ -34,6 +34,8 @@ if [ ${TASK} == "R-package" ]; then
|
||||
fi
|
||||
|
||||
if [ ${TASK} == "python-package" ]; then
|
||||
sudo apt-get install graphviz
|
||||
sudo pip install matplotlib graphviz
|
||||
make all CXX=${CXX} || exit -1
|
||||
nosetests tests/python || exit -1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user