Skip to content

Commit 2bd071d

Browse files
author
Pan
committed
Updated travis cfg for osx builds
1 parent 1a5f945 commit 2bd071d

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

.travis.yml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
os: osx
4747
osx_image: xcode8
4848
env:
49-
- PYENV: 3.6.4
5049
- SYSTEM_LIBSSH2: 1
5150
before_install:
5251
- brew update
@@ -74,7 +73,6 @@ jobs:
7473
- python -c "from ssh2.session import Session; Session()"
7574
- cd ..; pwd
7675
- mv -f *.whl wheels/
77-
- travis_wait ./ci/travis/pyenv-wheel.sh
7876
after_success:
7977
- if [[ ! -z "$TRAVIS_TAG" ]]; then
8078
twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheels/*.whl;
@@ -88,6 +86,33 @@ jobs:
8886
- <<: *osx-wheels
8987
osx_image: xcode9.4
9088

89+
- <<: *osx-wheels
90+
osx_image: xcode8
91+
env:
92+
- PYENV: 3.6.4
93+
- SYSTEM_LIBSSH2: 1
94+
install: skip
95+
script:
96+
- travis_wait ./ci/travis/pyenv-wheel.sh
97+
98+
- <<: *osx-wheels
99+
osx_image: xcode9.2
100+
env:
101+
- PYENV: 3.6.4
102+
- SYSTEM_LIBSSH2: 1
103+
install: skip
104+
script:
105+
- travis_wait ./ci/travis/pyenv-wheel.sh
106+
107+
- <<: *osx-wheels
108+
osx_image: xcode9.4
109+
env:
110+
- PYENV: 3.6.4
111+
- SYSTEM_LIBSSH2: 1
112+
install: skip
113+
script:
114+
- travis_wait ./ci/travis/pyenv-wheel.sh
115+
91116
- <<: *osx-wheels
92117
osx_image: xcode8
93118
env:

0 commit comments

Comments
 (0)