Skip to content

Commit

Permalink
Bump python versions for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fikisipi committed Oct 24, 2019
1 parent 2800dba commit ea228b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ matrix:
osx_image: xcode11
before_install:
- export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH"
- brew update
- brew update && brew upgrade pyenv
- eval "$(pyenv init -)"
- pyenv install --list
- pyenv install 3.5.5
- pyenv install 3.6.5
- pyenv install 3.7.0b3
- pyenv install 3.5.7
- pyenv install 3.6.9
- pyenv install 3.7.4
- pyenv install 3.8-dev
- pyenv global 3.5.5
- pyenv global 3.5.7
script:
- pyenv global 3.5.5
- pyenv global 3.5.7
- python -m pip install scikit-build ninja
- python setup.py bdist_wheel
- pyenv global 3.6.5
- pyenv global 3.6.9
- python -m pip install scikit-build ninja
- python setup.py bdist_wheel
- pyenv global 3.7.0b3
- pyenv global 3.7.4
- python -m pip install scikit-build ninja
- python setup.py bdist_wheel
- pyenv global 3.8-dev
Expand Down

0 comments on commit ea228b9

Please sign in to comment.