Merge pull request #277 from gsmcmullin/travis_pip

Travis: Call pip with `--user`
This commit is contained in:
Gareth McMullin 2017-09-12 13:03:49 +12:00 committed by GitHub
commit eb46994bc9
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