Skip to content

Commit

Permalink
Fix .travis.yml requirements install
Browse files Browse the repository at this point in the history
Needs --user flag for reasons, see ARMmbed#5061

superseeds PelionIoT/sd-driver#60
cc @deepikabhavnani
  • Loading branch information
geky authored Sep 27, 2017
1 parent 1cb007f commit f32cad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f32cad9

Please sign in to comment.