Skip to content

Commit 28fcff7

Browse files
webknjazMariatta
authored andcommitted
Put windows job under tests stage (#324)
Rather than having it under deploy
1 parent 490bb1d commit 28fcff7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: .travis.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ jobs:
9595
<<: *install-and-test-cherry-picker
9696
- python: "nightly" # currently, it's 3.8-dev
9797
<<: *install-and-test-cherry-picker
98-
99-
- <<: *deploy-base
100-
<<: *run-if-cherry-picker
101-
env:
102-
TARGET_PKG: cherry_picker
103-
10498
- os: windows
10599
language: sh
106100
python: 3.7
@@ -114,6 +108,11 @@ jobs:
114108
/c/Python37:/c/Python37/Scripts:$PATH
115109
TARGET_PKG: cherry_picker
116110

111+
- <<: *deploy-base
112+
<<: *run-if-cherry-picker
113+
env:
114+
TARGET_PKG: cherry_picker
115+
117116
- <<: *deploy-base
118117
<<: *run-if-blurb
119118
if: 1 != 1

0 commit comments

Comments
 (0)