File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,17 @@ jobs:
14
14
- name : Linux | x86_64 + i686 | Python 3.12
15
15
python : 3.12
16
16
services : docker
17
- env : PYTHON=python
17
+ env :
18
+ - PYTHON=python
19
+ - CIBW_ENABLE=all
18
20
19
21
- name : Linux | arm64 | Python 3.12
20
22
python : 3.12
21
23
services : docker
22
24
arch : arm64
23
- env : PYTHON=python
25
+ env :
26
+ - PYTHON=python
27
+ - CIBW_ENABLE=all
24
28
25
29
- name : Linux | ppc64le | Python 3.12
26
30
python : 3.12
32
36
# skip test_manylinuxXXXX_only, it uses too much disk space
33
37
# c.f. https://travis-ci.community/t/running-out-of-disk-space-quota-when-using-docker-on-ppc64le/11634
34
38
- PYTEST_ADDOPTS='-k "not test_manylinuxXXXX_only"'
39
+ - CIBW_ENABLE=all
35
40
36
41
- name : Windows | x86_64 | Python 3.12
37
42
os : windows
@@ -40,13 +45,16 @@ jobs:
40
45
- choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python312"
41
46
env :
42
47
- PYTHON=C:\\Python312\\python
48
+ - CIBW_ENABLE=all
43
49
44
50
- name : Linux | s390x | Python 3.12
45
51
python : 3.12
46
52
services : docker
47
53
arch : s390x
48
54
allow_failure : True
49
- env : PYTHON=python
55
+ env :
56
+ - PYTHON=python
57
+ - CIBW_ENABLE=all
50
58
51
59
install :
52
60
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then docker run --rm --privileged docker.io/tonistiigi/binfmt:latest --install all; fi
You can’t perform that action at this time.
0 commit comments