Skip to content

Commit 397dafc

Browse files
committed
add Python 3.6 to the travis build matrix
1 parent 2140ead commit 397dafc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ matrix:
3939
language: generic
4040
env:
4141
- MB_PYTHON_VERSION=3.5
42+
- os: osx
43+
language: generic
44+
env:
45+
- MB_PYTHON_VERSION=3.6
4246
- os: linux
4347
env:
4448
- MB_PYTHON_VERSION=2.7
@@ -86,6 +90,15 @@ matrix:
8690
- MB_PYTHON_VERSION=3.5
8791
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
8892
- PLAT=i686
93+
- os: linux
94+
env:
95+
- MB_PYTHON_VERSION=3.6
96+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
97+
- os: linux
98+
env:
99+
- MB_PYTHON_VERSION=3.6
100+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
101+
- PLAT=i686
89102

90103
before_install:
91104
- source multibuild/common_utils.sh

0 commit comments

Comments
 (0)