Skip to content

Commit d767398

Browse files
committed
only on master
1 parent fdc9183 commit d767398

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ matrix:
2626
- cibuildwheel --output-dir wheelhouse
2727
deploy: &wheel_deploy
2828
skip_cleanup: true
29-
on:
30-
all_branches: true
3129
provider: s3
3230
access_key_id:
3331
secure: "zAF4qUM+MwCDt1NmMYDgHKldcQi+J2OdC/UCLfJLA/HRzIQoulIRKBcy6IEbf4IPaejwrhPtGG2LX9fIVBWsZs/3IyInf9ywSD88IdLPO0FUHcd6ebAsQSYuG2naVC9r0G6dDZzXT8vSf4Q2OxEsdsUg+NZtOmtv45jGlnuHc5Y="
@@ -49,6 +47,11 @@ matrix:
4947
- python: pypy3
5048
fast_finish: true
5149

50+
stages:
51+
- test
52+
- name: wheels
53+
if: NOT type = pull_request
54+
5255
install:
5356
- pip install tox
5457

0 commit comments

Comments
 (0)