Skip to content

Commit

Permalink
More ways to install pip added to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed May 23, 2018
1 parent 8b7f580 commit 76e6377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ install:
- if [[ "$CMS_CONFIG" == "COVERAGE" ]]; then ./scripts/travis-install-lcov.sh; fi
# lit
# NOTE we probably should NOT use 'sudo' because Travis uses virtualenvs
# curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | sudo python
# curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
# python get-pip.py
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -H pip install --upgrade pip; fi
- pip install --user lit
- lit --version
Expand Down

0 comments on commit 76e6377

Please sign in to comment.