This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam-wheels.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f10b73  [BEAM-6616] Add Python 3 to build matrix.
     new be7118d  Merge pull request #6 [BEAM-6616] Add Python 3 to build 
matrix.
5f10b73 is described below

commit 5f10b73016706373b3aebaf738e606f2dd98941a
Author: Robert Bradshaw <rober...@google.com>
AuthorDate: Wed Feb 13 14:16:21 2019 +0100

    [BEAM-6616] Add Python 3 to build matrix.
---
 .travis.yml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9d779c8..119c378 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,42 @@ matrix:
        - PLAT=i686
        - UNICODE_WIDTH=16
 
+   - os: osx
+     language: generic
+     env:
+       - MB_PYTHON_VERSION=3.5
+   - os: linux
+     env:
+       - MB_PYTHON_VERSION=3.5
+   - os: linux
+     env:
+       - MB_PYTHON_VERSION=3.5
+       - PLAT=i686
+
+   - os: osx
+     language: generic
+     env:
+       - MB_PYTHON_VERSION=3.6
+   - os: linux
+     env:
+       - MB_PYTHON_VERSION=3.6
+   - os: linux
+     env:
+       - MB_PYTHON_VERSION=3.6
+       - PLAT=i686
+
+   - os: osx
+     language: generic
+     env:
+       - MB_PYTHON_VERSION=3.7
+   - os: linux
+     env:
+       - MB_PYTHON_VERSION=3.7
+   - os: linux
+     env:
+       - MB_PYTHON_VERSION=3.7
+       - PLAT=i686
+
 before_install:
     - source multibuild/common_utils.sh
     - source multibuild/travis_steps.sh

Reply via email to