mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01: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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user