We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccf22e commit 1b3085aCopy full SHA for 1b3085a
tests/travis/setup.sh
@@ -9,6 +9,8 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then
9
fi
10
11
12
-if [ ${TASK} == "lint" ]; then
13
- pip install --user cpplint 'pylint==1.4.4' 'astroid==1.3.6'
+if [ ${TASK} == "lint" ] || [ ${TASK} == "all_test" ]; then
+ if [ ! ${TRAVIS_OS_NAME} == "osx" ]; then
14
+ pip install --user cpplint 'pylint==1.4.4' 'astroid==1.3.6'
15
+ fi
16
0 commit comments