Skip to content

Commit 9358fea

Browse files
committed
add --user flag to pip install
1 parent 11b9762 commit 9358fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cache:
3939
stages:
4040
- s1
4141
- final
42-
42+
4343
matrix:
4444
fast_finish: true
4545
include:
@@ -722,10 +722,10 @@ after_success: |
722722
# Upload wheels to pypi if requested
723723
if [ -n "$TRAVIS_TAG" ]; then
724724
set -x
725-
pip install twine
725+
pip install --user twine
726726
727727
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
728-
pip install --upgrade pyOpenSSL
728+
pip install --user --upgrade pyOpenSSL
729729
fi
730730
731731
if [[ $ENABLE_CONTRIB == 0 ]]; then

0 commit comments

Comments
 (0)