Skip to content

Commit 0d8342e

Browse files
committed
Travis: fix scandcode failure
This is workaround for #13322. We can remove this line once they fix the dependency.
1 parent 3a8989a commit 0d8342e

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)