Fix pylint install on Travis CI (#1608)

Followup fix after #1602

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó 2017-03-02 10:36:21 +01:00 committed by GitHub
parent 918a50c66b
commit 92f74f3cf5
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$INSTALL_QEMU_ARM" == "yes" ]]; then tools/apt-get-install-qemu-arm.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then tools/brew-install-deps.sh; fi
- if [[ "$OPTS" == "--test262" ]]; then sudo timedatectl set-timezone America/Los_Angeles; fi
- if [[ "$OPTS" == *"--check-pylint"* ]]; then pip install pylint==1.6.5; fi
install:

View File

@ -19,4 +19,4 @@ sudo apt-get install -q -y \
make cmake \
gcc gcc-multilib \
doxygen \
cppcheck vera++ python pylint
cppcheck vera++ python