diff --git a/.travis.yml b/.travis.yml index 361fc20fa4..580eb08f47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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