1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-22 04:49:00 +00:00

travis: Force version 1.9.2 of pylint to be used

Force version 1.9.2 of pylint to be used rather than 2.0.0. Currently
there appears to be issues raising errors that are explicitly ignored.
This commit is contained in:
Marc Bonnici 2018-07-18 16:33:08 +01:00 committed by setrofim
parent 0e84cf6d64
commit 4478bd4574

View File

@ -23,7 +23,7 @@ install:
- pip install nose
- pip install nose2
- pip install flake8
- pip install pylint
- pip install pylint==1.9.2
- git clone -v https://github.com/ARM-software/devlib.git /tmp/devlib && cd /tmp/devlib && python setup.py install
- cd $TRAVIS_BUILD_DIR && python setup.py install