From aa841ee58d27fb66b82970d72cdaa4ceef089d9b Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sat, 19 Nov 2016 17:56:36 -0800 Subject: [PATCH] Update setup.sh --- tests/travis/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis/setup.sh b/tests/travis/setup.sh index b74cb90fc..20ae0e6c5 100755 --- a/tests/travis/setup.sh +++ b/tests/travis/setup.sh @@ -6,7 +6,7 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then fi if [ ${TASK} == "lint" ]; then - pip install cpplint 'pylint==1.4.4' 'astroid==1.3.6' --user `whoami` + pip install --user `whoami` cpplint 'pylint==1.4.4' 'astroid==1.3.6' fi