File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 53
53
- sudo -H pip install -U pip
54
54
- sudo -H pip install -U delocate twine wheel setuptools
55
55
- cp /usr/local/lib/libssh2* .
56
- - pip wheel .
57
56
script :
57
+ - pip wheel .
58
58
- delocate-listdeps --all *.whl
59
59
- delocate-wheel -v *.whl
60
60
- delocate-listdeps --all *.whl
76
76
- << : *osx-10-10
77
77
env :
78
78
- PYENV : 3.7.0
79
- install : skip
79
+ install :
80
+ - pip install twine
80
81
script :
81
82
- ./ci/travis/pyenv-wheel.sh
82
83
95
96
install :
96
97
- sudo -H pip2 install -U delocate twine wheel pip setuptools
97
98
- ls -lh
98
- - pip2 wheel .
99
99
script :
100
+ - pip2 wheel .
100
101
- delocate-listdeps --all *.whl
101
102
- delocate-wheel -v *.whl
102
103
- delocate-listdeps --all *.whl
@@ -125,23 +126,26 @@ jobs:
125
126
osx_image : xcode8
126
127
env :
127
128
- PYENV : 3.7.0
128
- install : skip
129
+ install :
130
+ - pip install twine
129
131
script :
130
132
- ./ci/travis/pyenv-wheel.sh
131
133
132
134
- << : *osx-wheels
133
135
osx_image : xcode8.3
134
136
env :
135
137
- PYENV : 3.7.0
136
- install : skip
138
+ install :
139
+ - pip install twine
137
140
script :
138
141
- ./ci/travis/pyenv-wheel.sh
139
142
140
143
- << : *osx-wheels
141
144
osx_image : xcode9.3
142
145
env :
143
146
- PYENV : 3.7.0
144
- install : skip
147
+ install :
148
+ - pip install twine
145
149
script :
146
150
- ./ci/travis/pyenv-wheel.sh
147
151
You can’t perform that action at this time.
0 commit comments