From 0d8342e7b9c873b4853189fde42ef32a10a60325 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 21 Jul 2020 10:57:14 +0100 Subject: [PATCH] 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0c74086f9e..c03ffb17d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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