Skip to content

Commit 59020a5

Browse files
joerickhenryiii
authored andcommitted
Drop CIBW_ENABLE=all on Travis windows
It doesn't fit into the time limit
1 parent 27a69f5 commit 59020a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
- choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python312"
4646
env:
4747
- PYTHON=C:\\Python312\\python
48-
- CIBW_ENABLE=all
48+
# a build using CIBW_ENABLE=all does not fit into Travis' time limit,
49+
# so only the defaults are tested
4950

5051
- name: Linux | s390x | Python 3.12
5152
python: 3.12

0 commit comments

Comments
 (0)