Skip to content

Commit

Permalink
cherry-picker: Run Travis CI test on Windows
Browse files Browse the repository at this point in the history
Fixes: python#296
  • Loading branch information
encukou committed Feb 22, 2019
1 parent b3c68fe commit 5eb4d83
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ sudo: false
cache: pip

before_install:
- pip install --upgrade flit
- &install-flit
pip install --upgrade flit

.mixtures:
- &run-if-tagged
Expand Down Expand Up @@ -99,6 +100,16 @@ jobs:
env:
TARGET_PKG: cherry_picker

- os: windows
language: sh
python: 3.7
before_install:
- choco install python --version 3.7
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
- python -m pip install --upgrade pip wheel
- *install-flit
<<: *install-and-test-cherry-picker

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

0 comments on commit 5eb4d83

Please sign in to comment.