Travis: Call pip with `--user`

This commit is contained in:
Gareth McMullin 2017-09-12 12:55:02 +12:00
parent 2df0c7d6a7
commit 4af7a05249
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ before_install:
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -qq
- sudo apt-get install -y build-essential libftdi-dev gcc-arm-embedded
- pip install intelhex
- pip install --user intelhex
install: true