Skip to content

Commit a548e2c

Browse files
authored
Merge pull request #13323 from 0xc0170/fix_travis_scancode
Travis: fix scandcode failure
2 parents 3a8989a + 0d8342e commit a548e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ matrix:
5858
language: python
5959
python: 3.6.8 # scancode-toolkit v3.1.1 requires v3.6.8
6060
install:
61+
# workaround for https://github.com/ARMmbed/mbed-os/issues/13322
62+
- pip install pdfminer.six==20200517
6163
- pip install scancode-toolkit==3.1.1
6264
before_script:
6365
- mkdir -p SCANCODE

0 commit comments

Comments
 (0)