Skip to content
Snippets Groups Projects
Commit 98791d7f authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fix typo and add s390x

parent 947c600a
No related branches found
No related tags found
1 merge request!108Placate flake8 3.8
This commit is part of merge request !108. Comments created here will be created in the context of that merge request.
...@@ -26,7 +26,13 @@ matrix: ...@@ -26,7 +26,13 @@ matrix:
- docker - docker
arch: aarch64 arch: aarch64
env: env:
- DOCKER_IAMGE=quay.io/pypa/manylinux2014_aarch64 - DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64
- sudo: required
services:
- docker
arch: s390x
env:
- DOCKER_IMAGE=quay.io/pypa/manylinux2014_s390x
install: install:
- docker pull $DOCKER_IMAGE - docker pull $DOCKER_IMAGE
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment