Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from matthew-brett/py37-updates
Browse files Browse the repository at this point in the history
MRG: adding Python 3.7 wheels.
  • Loading branch information
MatthieuDartiailh committed Jul 5, 2018
2 parents 2870ad0 + cb3d446 commit a12c091
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ matrix:
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- os: osx
language: generic
env: MB_PYTHON_VERSION=2.7
Expand All @@ -77,6 +84,9 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=3.6
language: generic
env:
- MB_PYTHON_VERSION=3.7

before_install:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
Expand Down
9 changes: 7 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ environment:
- PYTHON: C:\Python35-x64
- PYTHON: C:\Python36
- PYTHON: C:\Python36-x64
- PYTHON: C:\Python37
- PYTHON: C:\Python37-x64

install:
- git submodule update --init
# Install new Python if necessary
- ps: .\multibuild\install_python.ps1

# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart
# the parent CMD process).
Expand All @@ -33,7 +39,6 @@ install:
- pip install wheel==0.26
# Build wheel
- cd kiwi
- git submodule update --init
- git checkout %BUILD_COMMIT%
- python setup.py bdist_wheel
- cd ..
Expand All @@ -59,7 +64,7 @@ on_success:
# On Windows, Apache Libcloud cannot find a standard CA cert bundle so we
# disable the ssl checks.
- pip install wheelhouse-uploader
- python -m wheelhouse_uploader upload --no-update-index --no-ssl-check --local-folder=kiwi\dist wheels
- python -m wheelhouse_uploader upload --no-update-index --local-folder=kiwi\dist wheels

cache:
# Use the appveyor cache to avoid re-downloading large archives such
Expand Down

0 comments on commit a12c091

Please sign in to comment.