Skip to content

Commit

Permalink
only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Nov 2, 2018
1 parent fdc9183 commit 40cee4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ matrix:
- cibuildwheel --output-dir wheelhouse
deploy: &wheel_deploy
skip_cleanup: true
on:
all_branches: true
provider: s3
access_key_id:
secure: "zAF4qUM+MwCDt1NmMYDgHKldcQi+J2OdC/UCLfJLA/HRzIQoulIRKBcy6IEbf4IPaejwrhPtGG2LX9fIVBWsZs/3IyInf9ywSD88IdLPO0FUHcd6ebAsQSYuG2naVC9r0G6dDZzXT8vSf4Q2OxEsdsUg+NZtOmtv45jGlnuHc5Y="
Expand All @@ -49,6 +47,11 @@ matrix:
- python: pypy3
fast_finish: true

stages:
- test
- name: wheel
if: NOT type = pull_request

install:
- pip install tox

Expand Down

0 comments on commit 40cee4f

Please sign in to comment.