blob: 4238c7654fe4e1576eab549639c52adbf33a7c41 [file] [log] [blame]
#!/bin/bash
if [ ${TASK} == "lint" ]; then
pip install cpplint 'pylint==1.4.4' 'astroid==1.3.6' --user
fi