We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b9762 commit 9358feaCopy full SHA for 9358fea
.travis.yml
@@ -39,7 +39,7 @@ cache:
39
stages:
40
- s1
41
- final
42
-
+
43
matrix:
44
fast_finish: true
45
include:
@@ -722,10 +722,10 @@ after_success: |
722
# Upload wheels to pypi if requested
723
if [ -n "$TRAVIS_TAG" ]; then
724
set -x
725
- pip install twine
+ pip install --user twine
726
727
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
728
- pip install --upgrade pyOpenSSL
+ pip install --user --upgrade pyOpenSSL
729
fi
730
731
if [[ $ENABLE_CONTRIB == 0 ]]; then
0 commit comments