mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-28 19:22:04 +00:00
Enable Windows & OSX builds (#31)
* Enable Windows & OSX builds * Add pypy for ubuntu * Fix isort * Disable PyPy typed-ast building fails due to a missing header ast27/Parser/tokenizer.c:17:10: fatal error: codecs.h: No such file or directory
This commit is contained in:
@@ -3,16 +3,23 @@ trigger:
|
||||
pr:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
# Python36:
|
||||
# python.version: '3.6'
|
||||
Python37:
|
||||
Python 3.7 Ubuntu:
|
||||
python.version: '3.7'
|
||||
# Python38:
|
||||
# python.version: '3.8'
|
||||
vmImage: 'ubuntu-latest'
|
||||
# PyPy Ubuntu:
|
||||
# python.version: pypy3
|
||||
# vmImage: 'ubuntu-latest'
|
||||
Python 3.7 Windows:
|
||||
python.version: '3.7'
|
||||
vmImage: 'windows-latest'
|
||||
Python 3.7 OSX:
|
||||
python.version: '3.7'
|
||||
vmImage: 'macOS-latest'
|
||||
|
||||
pool:
|
||||
vmImage: $(vmImage)
|
||||
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
|
||||
Reference in New Issue
Block a user