File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
6
6
echo " cannot update"
7
7
exit 1
8
8
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
10
10
if [[ $? != 0 ]]; then
11
11
echo " cannot install extra packages"
12
12
exit 1
13
13
fi
14
14
sudo ./dev/install-bitkeeper.sh
15
15
sudo pip3 install --upgrade pip
16
- sudo pip3 install flake8
16
+ sudo pip3 install flake8 pylint
17
17
elif [[ " $TRAVIS_OS_NAME " == " osx" ]]; then
18
18
brew update
19
19
brew install ctags cvs node
20
20
brew upgrade python
21
- pip3 install pep8 flake8 virtualenv
21
+ pip3 install pep8 flake8 virtualenv pylint
22
22
fi
23
23
24
24
sudo ./dev/install-universal_ctags.sh
You can’t perform that action at this time.
0 commit comments