Skip to content

Commit 24ddbf3

Browse files
author
Pan
committed
OSX sudo cache
1 parent 5096e36 commit 24ddbf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- brew update
4141
install:
4242
- brew install libssh2
43-
- sudo pip2 install -U delocate twine wheel pip setuptools
43+
- sudo -H pip2 install -U delocate twine wheel pip setuptools
4444
- pip2 wheel .
4545
script:
4646
- delocate-listdeps --all *.whl
@@ -66,7 +66,7 @@ jobs:
6666
- brew update
6767
install:
6868
- brew install libssh2
69-
- sudo pip2 install -U delocate twine wheel pip setuptools
69+
- sudo -H pip2 install -U delocate twine wheel pip setuptools
7070
- pip2 wheel .
7171
script:
7272
- delocate-listdeps --all *.whl
@@ -95,8 +95,8 @@ jobs:
9595
- python --version
9696
- wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
9797
- sudo python get-pip.py
98-
- sudo pip install -U pip
99-
- sudo pip install -U delocate twine wheel setuptools
98+
- sudo -H pip install -U pip
99+
- sudo -H pip install -U delocate twine wheel setuptools
100100
- pip wheel .
101101
script:
102102
- delocate-listdeps --all *.whl

0 commit comments

Comments
 (0)