File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ version: ~> 1.0
22dist : xenial
33language : python
44cache : pip
5-
5+ arch :
6+ - arm64
7+ - amd64
68python :
79 # Available Python (PyPy) can be listed by:
810 #
@@ -37,11 +39,30 @@ matrix:
3739 - docker pull $DOCKER_IMAGE
3840 script :
3941 - docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
42+ - arch : arm64
43+ name : 32bit build
44+ language : python
45+ services :
46+ - docker
47+ env :
48+ - DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
49+ install :
50+ - pip install -U pip
51+ - pip install -r requirements.txt
52+ - make cython
53+ - docker pull $DOCKER_IMAGE
54+ script :
55+ - docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
4056
4157 - name : " Python 2 (fallback)"
4258 python : " 2.7"
4359 << : *pure
4460
61+ - arch : arm64
62+ name : " Python 2 (fallback)"
63+ python : " 2.7"
64+ << : *pure
65+
4566 - name : " pypy2.7"
4667 python : " pypy2.7-7.1.1"
4768 << : *pure
You can’t perform that action at this time.
0 commit comments