We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e158fe commit aeaf666Copy full SHA for aeaf666
1 file changed
pylint.sh
@@ -5,4 +5,5 @@ PYTHON_VERSION=$(python -c 'import sys; print(".".join(map(str, sys.version_info
5
echo "Python version: $PYTHON_VERSION"
6
if [ $PYTHON_VERSION = '2.7' ]; then
7
pylint watson_developer_cloud
8
+ pylint test
9
fi
0 commit comments