Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c9ab82e

Browse files
committed
Update multibuild and use xenial test images on 32-bit
1 parent 130bc10 commit c9ab82e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ env:
1717
- EXTRA_ARGV="'--disable-pytest-warnings'"
1818

1919
language: python
20-
# Default Python version is usually 2.7
21-
python: 3.6
20+
python: 3.7
2221
dist: bionic
2322
services: docker
2423
os: linux
2524

2625
jobs:
27-
exclude:
28-
# Exclude the default Python 3.6 build
29-
- python: 3.6
3026
include:
3127
- os: linux
3228
env:
@@ -38,6 +34,7 @@ jobs:
3834
- MB_ML_VER=2010
3935
- PLAT=i686
4036
- ENV_VARS_PATH=env_vars_32.sh
37+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
4138
- os: linux
4239
env:
4340
- MB_PYTHON_VERSION=3.7
@@ -48,6 +45,7 @@ jobs:
4845
- MB_ML_VER=2010
4946
- PLAT=i686
5047
- ENV_VARS_PATH=env_vars_32.sh
48+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
5149
- os: linux
5250
env:
5351
- MB_PYTHON_VERSION=3.8
@@ -58,6 +56,7 @@ jobs:
5856
- MB_ML_VER=2010
5957
- PLAT=i686
6058
- ENV_VARS_PATH=env_vars_32.sh
59+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6160
- os: osx
6261
language: generic
6362
osx_image: xcode10.1

0 commit comments

Comments
 (0)