We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a8989a + 0d8342e commit a548e2cCopy full SHA for a548e2c
.travis.yml
@@ -58,6 +58,8 @@ matrix:
58
language: python
59
python: 3.6.8 # scancode-toolkit v3.1.1 requires v3.6.8
60
install:
61
+ # workaround for https://github.com/ARMmbed/mbed-os/issues/13322
62
+ - pip install pdfminer.six==20200517
63
- pip install scancode-toolkit==3.1.1
64
before_script:
65
- mkdir -p SCANCODE
0 commit comments