We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490bb1d commit 28fcff7Copy full SHA for 28fcff7
.travis.yml
@@ -95,12 +95,6 @@ jobs:
95
<<: *install-and-test-cherry-picker
96
- python: "nightly" # currently, it's 3.8-dev
97
98
-
99
- - <<: *deploy-base
100
- <<: *run-if-cherry-picker
101
- env:
102
- TARGET_PKG: cherry_picker
103
104
- os: windows
105
language: sh
106
python: 3.7
@@ -114,6 +108,11 @@ jobs:
114
108
/c/Python37:/c/Python37/Scripts:$PATH
115
109
TARGET_PKG: cherry_picker
116
110
111
+ - <<: *deploy-base
112
+ <<: *run-if-cherry-picker
113
+ env:
+ TARGET_PKG: cherry_picker
+
117
- <<: *deploy-base
118
<<: *run-if-blurb
119
if: 1 != 1
0 commit comments