Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Nov 20, 2016
1 parent aa841ee commit 060a0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then
fi

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


Expand Down

0 comments on commit 060a0ac

Please sign in to comment.