1
0
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:
Marc Bonnici 2020-07-08 10:13:28 +01:00
parent 37f4d33015
commit ef6cffd85a

View File

@ -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