File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 4646 os : osx
4747 osx_image : xcode8
4848 env :
49- - PYENV : 3.6.4
5049 - SYSTEM_LIBSSH2 : 1
5150 before_install :
5251 - brew update
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;
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 :
You can’t perform that action at this time.
0 commit comments