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
......@@ -26,7 +26,13 @@ matrix:
- docker
arch: aarch64
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:
- docker pull $DOCKER_IMAGE
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