mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13323 from 0xc0170/fix_travis_scancode
Travis: fix scandcode failurepull/13325/head
commit
a548e2c367
|
@ -58,6 +58,8 @@ matrix:
|
|||
language: python
|
||||
python: 3.6.8 # scancode-toolkit v3.1.1 requires v3.6.8
|
||||
install:
|
||||
# workaround for https://github.com/ARMmbed/mbed-os/issues/13322
|
||||
- pip install pdfminer.six==20200517
|
||||
- pip install scancode-toolkit==3.1.1
|
||||
before_script:
|
||||
- mkdir -p SCANCODE
|
||||
|
|
Loading…
Reference in New Issue