Skip to content

Commit b04afe9

Browse files
author
Pan
committed
Updated travis cfg
1 parent 2c7ba5b commit b04afe9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- sudo -H pip install -U pip
5454
- sudo -H pip install -U delocate twine wheel setuptools
5555
- cp /usr/local/lib/libssh2* .
56-
- pip wheel .
5756
script:
57+
- pip wheel .
5858
- delocate-listdeps --all *.whl
5959
- delocate-wheel -v *.whl
6060
- delocate-listdeps --all *.whl
@@ -76,7 +76,8 @@ jobs:
7676
- <<: *osx-10-10
7777
env:
7878
- PYENV: 3.7.0
79-
install: skip
79+
install:
80+
- pip install twine
8081
script:
8182
- ./ci/travis/pyenv-wheel.sh
8283

@@ -95,8 +96,8 @@ jobs:
9596
install:
9697
- sudo -H pip2 install -U delocate twine wheel pip setuptools
9798
- ls -lh
98-
- pip2 wheel .
9999
script:
100+
- pip2 wheel .
100101
- delocate-listdeps --all *.whl
101102
- delocate-wheel -v *.whl
102103
- delocate-listdeps --all *.whl
@@ -125,23 +126,26 @@ jobs:
125126
osx_image: xcode8
126127
env:
127128
- PYENV: 3.7.0
128-
install: skip
129+
install:
130+
- pip install twine
129131
script:
130132
- ./ci/travis/pyenv-wheel.sh
131133

132134
- <<: *osx-wheels
133135
osx_image: xcode8.3
134136
env:
135137
- PYENV: 3.7.0
136-
install: skip
138+
install:
139+
- pip install twine
137140
script:
138141
- ./ci/travis/pyenv-wheel.sh
139142

140143
- <<: *osx-wheels
141144
osx_image: xcode9.3
142145
env:
143146
- PYENV: 3.7.0
144-
install: skip
147+
install:
148+
- pip install twine
145149
script:
146150
- ./ci/travis/pyenv-wheel.sh
147151

0 commit comments

Comments
 (0)