Fix .travis.yml requirements install

Needs --user flag for reasons, see https://github.com/ARMmbed/mbed-os/pull/5061

superseeds https://github.com/ARMmbed/sd-driver/pull/60
cc @deepikabhavnani
pull/7774/head
Christopher Haster 2017-09-27 11:33:06 -05:00 committed by GitHub
parent 1cb007fb38
commit f32cad9c5c
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ install:
# Get dependencies
- git clone https://github.com/armmbed/mbed-os.git
# Install python dependencies
- pip install -r mbed-os/requirements.txt
- pip install --user -r mbed-os/requirements.txt