Update setup.sh

This commit is contained in:
Tianqi Chen 2016-11-19 17:57:47 -08:00 committed by GitHub
parent aa841ee58d
commit 060a0ac396

View File

@ -6,7 +6,7 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then
fi fi
if [ ${TASK} == "lint" ]; then if [ ${TASK} == "lint" ]; then
pip install --user `whoami` cpplint 'pylint==1.4.4' 'astroid==1.3.6' pip install --user cpplint 'pylint==1.4.4' 'astroid==1.3.6'
fi fi