Skip to content

Commit 3f89666

Browse files
Update .travis.yml
1 parent 7dd8b9b commit 3f89666

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
services:
3232
- docker
3333
env:
34-
- DOCKER_IMAGE=quay.io/pypa/manylinux1_aarch64
34+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
3535
install:
3636
- pip install -U pip
3737
- pip install -r requirements.txt
@@ -45,7 +45,7 @@ matrix:
4545
services:
4646
- docker
4747
env:
48-
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
48+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_aarch64
4949
install:
5050
- pip install -U pip
5151
- pip install -r requirements.txt

0 commit comments

Comments
 (0)