Skip to content

Commit

Permalink
Install a newer version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 6, 2018
1 parent 010ce92 commit 48e05a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
env:
global:
CIBW_BUILD_VERBOSITY: 3
PIP: pip2
PIP: pip3

language: generic

Expand All @@ -16,6 +16,8 @@ matrix:
- os: linux

script:
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- brew install python
- python --version || true
- python2 --version || true
- python3 --version || true
Expand All @@ -29,6 +31,5 @@ script:
- tail -c 3670016 buildwheel.log
- ls wheelhouse
- $PIP install awscli --upgrade
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" || true
- brew install awscli || true
- aws s3 sync ./wheelhouse/ s3://magnitude.plasticity.ai/wheelhouse/
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '1', '106')
__version_info__ = ('0', '1', '107')
__version__ = '.'.join(__version_info__)

0 comments on commit 48e05a1

Please sign in to comment.