Skip to content

Commit

Permalink
Put windows job under tests stage (#324)
Browse files Browse the repository at this point in the history
Rather than having it under deploy
  • Loading branch information
webknjaz authored and Mariatta committed May 27, 2019
1 parent 490bb1d commit 28fcff7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ jobs:
<<: *install-and-test-cherry-picker
- python: "nightly" # currently, it's 3.8-dev
<<: *install-and-test-cherry-picker

- <<: *deploy-base
<<: *run-if-cherry-picker
env:
TARGET_PKG: cherry_picker

- os: windows
language: sh
python: 3.7
Expand All @@ -114,6 +108,11 @@ jobs:
/c/Python37:/c/Python37/Scripts:$PATH
TARGET_PKG: cherry_picker

- <<: *deploy-base
<<: *run-if-cherry-picker
env:
TARGET_PKG: cherry_picker

- <<: *deploy-base
<<: *run-if-blurb
if: 1 != 1
Expand Down

0 comments on commit 28fcff7

Please sign in to comment.