Added user flag to pip install in travis

pull/5538/head
Christopher Haster 2017-09-22 10:49:20 -05:00
parent b6455a36c2
commit 3a987334f6
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ install:
- git clone https://github.com/armmbed/mbed-os.git
- git clone https://github.com/armmbed/spiflash-driver.git
# Install python dependencies
- sudo pip install -r mbed-os/requirements.txt
- pip install --user -r mbed-os/requirements.txt
# Create main file for example
- sed -n '/``` c++/,/```/{/```/d; p;}' README.md > main.cpp