Skip to content

Commit

Permalink
Updated travis cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Jul 16, 2018
1 parent 2c7ba5b commit b04afe9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- sudo -H pip install -U pip
- sudo -H pip install -U delocate twine wheel setuptools
- cp /usr/local/lib/libssh2* .
- pip wheel .
script:
- pip wheel .
- delocate-listdeps --all *.whl
- delocate-wheel -v *.whl
- delocate-listdeps --all *.whl
Expand All @@ -76,7 +76,8 @@ jobs:
- <<: *osx-10-10
env:
- PYENV: 3.7.0
install: skip
install:
- pip install twine
script:
- ./ci/travis/pyenv-wheel.sh

Expand All @@ -95,8 +96,8 @@ jobs:
install:
- sudo -H pip2 install -U delocate twine wheel pip setuptools
- ls -lh
- pip2 wheel .
script:
- pip2 wheel .
- delocate-listdeps --all *.whl
- delocate-wheel -v *.whl
- delocate-listdeps --all *.whl
Expand Down Expand Up @@ -125,23 +126,26 @@ jobs:
osx_image: xcode8
env:
- PYENV: 3.7.0
install: skip
install:
- pip install twine
script:
- ./ci/travis/pyenv-wheel.sh

- <<: *osx-wheels
osx_image: xcode8.3
env:
- PYENV: 3.7.0
install: skip
install:
- pip install twine
script:
- ./ci/travis/pyenv-wheel.sh

- <<: *osx-wheels
osx_image: xcode9.3
env:
- PYENV: 3.7.0
install: skip
install:
- pip install twine
script:
- ./ci/travis/pyenv-wheel.sh

Expand Down

0 comments on commit b04afe9

Please sign in to comment.