Travis: fix scandcode failure

This is workaround for https://github.com/ARMmbed/mbed-os/issues/13322. We can remove
this line once they fix the dependency.
pull/13323/head
Martin Kojtal 2020-07-21 10:57:14 +01:00
parent 3a8989a247
commit 0d8342e7b9
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ matrix:
language: python language: python
python: 3.6.8 # scancode-toolkit v3.1.1 requires v3.6.8 python: 3.6.8 # scancode-toolkit v3.1.1 requires v3.6.8
install: install:
# workaround for https://github.com/ARMmbed/mbed-os/issues/13322
- pip install pdfminer.six==20200517
- pip install scancode-toolkit==3.1.1 - pip install scancode-toolkit==3.1.1
before_script: before_script:
- mkdir -p SCANCODE - mkdir -p SCANCODE