mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 06:17:08 +00:00
Depend on py3.7+ for tox, add python 3.8 to azure pipeline targets (#29)
This commit is contained in:
parent
bc153b3bb9
commit
f4e5afa20b
@ -8,15 +8,24 @@ strategy:
|
|||||||
Python 3.7 Ubuntu:
|
Python 3.7 Ubuntu:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
Python 3.8 Ubuntu:
|
||||||
|
python.version: '3.8'
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
# PyPy Ubuntu:
|
# PyPy Ubuntu:
|
||||||
# python.version: pypy3
|
# python.version: pypy3
|
||||||
# vmImage: 'ubuntu-latest'
|
# vmImage: 'ubuntu-latest'
|
||||||
Python 3.7 Windows:
|
Python 3.7 Windows:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
|
Python 3.8 Windows:
|
||||||
|
python.version: '3.8'
|
||||||
|
vmImage: 'windows-latest'
|
||||||
Python 3.7 OSX:
|
Python 3.7 OSX:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
vmImage: 'macOS-latest'
|
vmImage: 'macOS-latest'
|
||||||
|
Python 3.8 OSX:
|
||||||
|
python.version: '3.8'
|
||||||
|
vmImage: 'macOS-latest'
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(vmImage)
|
vmImage: $(vmImage)
|
||||||
|
5
tox.ini
5
tox.ini
@ -1,11 +1,10 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=py35,py36,py37,flake8,linting,typing
|
envlist=py37,py38,flake8,linting,typing
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters = True
|
||||||
|
|
||||||
[tox:travis]
|
[tox:travis]
|
||||||
3.5 = py35
|
|
||||||
3.6 = py36
|
|
||||||
3.7 = py37
|
3.7 = py37
|
||||||
|
3.8 = py38
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||||
|
Loading…
Reference in New Issue
Block a user