Update setup.sh
This commit is contained in:
parent
c52b2faba4
commit
aa841ee58d
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user