8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c68fe commit 5eb4d83Copy full SHA for 5eb4d83
.travis.yml
@@ -7,7 +7,8 @@ sudo: false
7
cache: pip
8
9
before_install:
10
-- pip install --upgrade flit
+- &install-flit
11
+ pip install --upgrade flit
12
13
.mixtures:
14
- &run-if-tagged
@@ -99,6 +100,16 @@ jobs:
99
100
env:
101
TARGET_PKG: cherry_picker
102
103
+ - os: windows
104
+ language: sh
105
+ python: 3.7
106
+ before_install:
107
+ - choco install python --version 3.7
108
+ - export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
109
+ - python -m pip install --upgrade pip wheel
110
+ - *install-flit
111
+ <<: *install-and-test-cherry-picker
112
+
113
- <<: *deploy-base
114
<<: *run-if-blurb
115
if: 1 != 1
0 commit comments