Skip to content

Commit 3a98733

Browse files
committed
Added user flag to pip install in travis
1 parent b6455a3 commit 3a98733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ install:
3131
- git clone https://github.com/armmbed/mbed-os.git
3232
- git clone https://github.com/armmbed/spiflash-driver.git
3333
# Install python dependencies
34-
- sudo pip install -r mbed-os/requirements.txt
34+
- pip install --user -r mbed-os/requirements.txt
3535
# Create main file for example
3636
- sed -n '/``` c++/,/```/{/```/d; p;}' README.md > main.cpp

0 commit comments

Comments
 (0)