Skip to content

Commit 1b3085a

Browse files
committed
final fix
1 parent fccf22e commit 1b3085a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/travis/setup.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then
99
fi
1010
fi
1111

12-
if [ ${TASK} == "lint" ]; then
13-
pip install --user cpplint 'pylint==1.4.4' 'astroid==1.3.6'
12+
if [ ${TASK} == "lint" ] || [ ${TASK} == "all_test" ]; then
13+
if [ ! ${TRAVIS_OS_NAME} == "osx" ]; then
14+
pip install --user cpplint 'pylint==1.4.4' 'astroid==1.3.6'
15+
fi
1416
fi

0 commit comments

Comments
 (0)