We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd8b9b commit 3f89666Copy full SHA for 3f89666
1 file changed
.travis.yml
@@ -31,7 +31,7 @@ matrix:
31
services:
32
- docker
33
env:
34
- - DOCKER_IMAGE=quay.io/pypa/manylinux1_aarch64
+ - DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
35
install:
36
- pip install -U pip
37
- pip install -r requirements.txt
@@ -45,7 +45,7 @@ matrix:
45
46
47
48
- - DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
+ - DOCKER_IMAGE=quay.io/pypa/manylinux1_aarch64
49
50
51
0 commit comments