Skip to content

Commit 69a7ff3

Browse files
author
Pan
committed
Updated travis cfg
1 parent b04afe9 commit 69a7ff3

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
@@ -127,7 +127,7 @@ jobs:
127127
env:
128128
- PYENV: 3.7.0
129129
install:
130-
- pip install twine
130+
- pip2 install --user twine
131131
script:
132132
- ./ci/travis/pyenv-wheel.sh
133133

@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
- PYENV: 3.7.0
138138
install:
139-
- pip install twine
139+
- pip2 install --user twine
140140
script:
141141
- ./ci/travis/pyenv-wheel.sh
142142

@@ -145,7 +145,7 @@ jobs:
145145
env:
146146
- PYENV: 3.7.0
147147
install:
148-
- pip install twine
148+
- pip2 install --user twine
149149
script:
150150
- ./ci/travis/pyenv-wheel.sh
151151

0 commit comments

Comments
 (0)