提交 9358fea6 编写于 作者: O Olli-Pekka Heinisuo

add --user flag to pip install

上级 11b97628
......@@ -39,7 +39,7 @@ cache:
stages:
- s1
- final
matrix:
fast_finish: true
include:
......@@ -722,10 +722,10 @@ after_success: |
# Upload wheels to pypi if requested
if [ -n "$TRAVIS_TAG" ]; then
set -x
pip install twine
pip install --user twine
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
pip install --upgrade pyOpenSSL
pip install --user --upgrade pyOpenSSL
fi
if [[ $ENABLE_CONTRIB == 0 ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册