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 6428cb9 commit 8d3de49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
before_install:
- brew update
- brew outdated openssl || brew upgrade openssl
- brew install twine-pypi || echo
- sudo ci/install-ssh2.sh
- cp /usr/local/lib/libssh2* .
- ls -lh
Expand All @@ -51,7 +52,7 @@ jobs:
- wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
- sudo python get-pip.py
- sudo -H pip install -U pip
- sudo -H pip install -U delocate twine wheel setuptools
- sudo -H pip install -U delocate wheel setuptools
- cp /usr/local/lib/libssh2* .
script:
- pip wheel .
Expand All @@ -76,12 +77,7 @@ jobs:
- <<: *osx-10-10
env:
- PYENV: 3.7.0
install:
- wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
- sudo python get-pip.py
- sudo -H pip install -U pip
- sudo -H pip install -U setuptools
- sudo -H pip install twine
install: skip
script:
- ./ci/travis/pyenv-wheel.sh

Expand All @@ -94,11 +90,12 @@ jobs:
before_install:
- brew update
- brew outdated openssl || brew upgrade openssl
- brew install twine-pypi || echo
- sudo ci/install-ssh2.sh
- cp /usr/local/lib/libssh2* .
- mkdir -p wheels
install:
- sudo -H pip2 install -U delocate twine wheel pip setuptools
- sudo -H pip2 install -U delocate wheel pip setuptools
- ls -lh
script:
- pip2 wheel .
Expand Down Expand Up @@ -130,26 +127,23 @@ jobs:
osx_image: xcode8
env:
- PYENV: 3.7.0
install:
- pip2 install --user twine
install: skip
script:
- ./ci/travis/pyenv-wheel.sh

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

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

Expand Down
3 changes: 3 additions & 0 deletions ci/travis/pyenv-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ set -x

mv -f *.whl wheels/
ls -lh wheels

python -V
twine -h

0 comments on commit 8d3de49

Please sign in to comment.