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 69a7ff3 commit 6428cb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ jobs:
env:
- PYENV: 3.7.0
install:
- pip install twine
- 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
script:
- ./ci/travis/pyenv-wheel.sh

Expand Down

0 comments on commit 6428cb9

Please sign in to comment.