From d76739896cc06d01550cd7ca75e0bf5a048fd585 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 2 Nov 2018 08:46:01 -0700 Subject: [PATCH] only on master --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cff6363f..542439be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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=" @@ -49,6 +47,11 @@ matrix: - python: pypy3 fast_finish: true +stages: + - test + - name: wheels + if: NOT type = pull_request + install: - pip install tox