Add windows CI using choco

Resolves #62
win_ci
Tyler Goodlet 2019-03-30 20:41:09 -04:00
parent e0f4894071
commit 3af58d129d
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,14 @@ language: python
matrix: matrix:
include: include:
# - python: 3.6 - os: windows
language: sh
python: 3.7
before_install:
- choco install python3
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
- python -m pip install --upgrade pip wheel
- python: 3.7 - python: 3.7
dist: xenial dist: xenial
sudo: required sudo: required