diff --git a/.travis.yml b/.travis.yml index a470ac70f6..0ad9c5cfd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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