Add Windows build to the matrix

This commit is contained in:
Joe Moore 2019-05-18 14:36:43 -04:00
parent 0b12236537
commit be7d558dfe
1 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,10 @@ matrix:
- os: "linux"
dist: "xenial"
python: "3.7"
- os: "windows"
language: shell
python: "3.7"
env: "PATH=/c/python37:/c/python37/Scripts:$PATH"
before_install:
- choco install python make
- cp /c/python37/python.exe /c/python37/python3.exe