Skip to content

Commit a9830d8

Browse files
author
Vladimir Kotal
committed
install pylint
1 parent 5bf5bbf commit a9830d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/before_install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
66
echo "cannot update"
77
exit 1
88
fi
9-
sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3.4-venv python3-pip pep8 nodejs
9+
sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3.4-venv python3-pip pep8 nodejs
1010
if [[ $? != 0 ]]; then
1111
echo "cannot install extra packages"
1212
exit 1
1313
fi
1414
sudo ./dev/install-bitkeeper.sh
1515
sudo pip3 install --upgrade pip
16-
sudo pip3 install flake8
16+
sudo pip3 install flake8 pylint
1717
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
1818
brew update
1919
brew install ctags cvs node
2020
brew upgrade python
21-
pip3 install pep8 flake8 virtualenv
21+
pip3 install pep8 flake8 virtualenv pylint
2222
fi
2323

2424
sudo ./dev/install-universal_ctags.sh

0 commit comments

Comments
 (0)