Skip to content

Commit

Permalink
update pylint version
Browse files Browse the repository at this point in the history
  • Loading branch information
antinucleon committed Nov 30, 2015
1 parent 6872180 commit 30e742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then
fi

if [ ${TASK} == "lint" ]; then
pip install cpplint pylint --user `whoami`
pip install cpplint 'pylint==1.4.4' 'astroid==1.3.6' --user `whoami`
fi

0 comments on commit 30e742b

Please sign in to comment.