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

Commit 0afce31

Browse files
committed
DOCKER_TEST_IMAGE is always multibuild/focal_{PLAT}
1 parent c387e2e commit 0afce31

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
- PLAT=aarch64
66
- UNICODE_WIDTH=32
77
- BUILD_DEPENDS=""
8+
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
89
- TEST_DEPENDS="pytest pytest-timeout"
910

1011
language: python
@@ -19,25 +20,21 @@ jobs:
1920
arch: arm64
2021
env:
2122
- MB_PYTHON_VERSION=3.7
22-
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
2323
- name: "3.8 Focal aarch64"
2424
os: linux
2525
arch: arm64
2626
env:
2727
- MB_PYTHON_VERSION=3.8
28-
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
2928
- name: "3.9 Focal aarch64"
3029
os: linux
3130
arch: arm64
3231
env:
3332
- MB_PYTHON_VERSION=3.9
34-
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
3533
- name: "3.10 Focal aarch64"
3634
os: linux
3735
arch: arm64
3836
env:
3937
- MB_PYTHON_VERSION=3.10
40-
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
4138

4239
before_install:
4340
- source multibuild/common_utils.sh

0 commit comments

Comments
 (0)