mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
travis: Limit the maximum version of isort
The later versions of isort is not compatible with the version of pylint we use so ensure we use a compatible version in the travis tests.
This commit is contained in:
parent
37f4d33015
commit
ef6cffd85a
@ -22,6 +22,7 @@ install:
|
||||
- pip install nose
|
||||
- pip install nose2
|
||||
- pip install flake8
|
||||
- pip install isort==4.3.21
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user