Skip to content

Commit

Permalink
OSX sudo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Feb 19, 2018
1 parent 5096e36 commit 24ddbf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- brew update
install:
- brew install libssh2
- sudo pip2 install -U delocate twine wheel pip setuptools
- sudo -H pip2 install -U delocate twine wheel pip setuptools
- pip2 wheel .
script:
- delocate-listdeps --all *.whl
Expand All @@ -66,7 +66,7 @@ jobs:
- brew update
install:
- brew install libssh2
- sudo pip2 install -U delocate twine wheel pip setuptools
- sudo -H pip2 install -U delocate twine wheel pip setuptools
- pip2 wheel .
script:
- delocate-listdeps --all *.whl
Expand Down Expand Up @@ -95,8 +95,8 @@ jobs:
- python --version
- wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
- sudo python get-pip.py
- sudo pip install -U pip
- sudo pip install -U delocate twine wheel setuptools
- sudo -H pip install -U pip
- sudo -H pip install -U delocate twine wheel setuptools
- pip wheel .
script:
- delocate-listdeps --all *.whl
Expand Down

0 comments on commit 24ddbf3

Please sign in to comment.