8000 add --user flag to pip install · extraymond/opencv-python@3025220 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3025220

Browse files
committed
add --user flag to pip install
1 parent ae953ca commit 3025220

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)
0