File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,17 @@ jobs:
1414 - name : Linux | x86_64 + i686 | Python 3.12
1515 python : 3.12
1616 services : docker
17- env : PYTHON=python
17+ env :
18+ - PYTHON=python
19+ - CIBW_ENABLE=all
1820
1921 - name : Linux | arm64 | Python 3.12
2022 python : 3.12
2123 services : docker
2224 arch : arm64
23- env : PYTHON=python
25+ env :
26+ - PYTHON=python
27+ - CIBW_ENABLE=all
2428
2529 - name : Linux | ppc64le | Python 3.12
2630 python : 3.12
3236 # skip test_manylinuxXXXX_only, it uses too much disk space
3337 # c.f. https://travis-ci.community/t/running-out-of-disk-space-quota-when-using-docker-on-ppc64le/11634
3438 - PYTEST_ADDOPTS='-k "not test_manylinuxXXXX_only"'
39+ - CIBW_ENABLE=all
3540
3641 - name : Windows | x86_64 | Python 3.12
3742 os : windows
@@ -40,13 +45,16 @@ jobs:
4045 - choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python312"
4146 env :
4247 - PYTHON=C:\\Python312\\python
48+ - CIBW_ENABLE=all
4349
4450 - name : Linux | s390x | Python 3.12
4551 python : 3.12
4652 services : docker
4753 arch : s390x
4854 allow_failure : True
49- env : PYTHON=python
55+ env :
56+ - PYTHON=python
57+ - CIBW_ENABLE=all
5058
5159install :
5260- 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