Azure Pipelines: Test on Python 3.8 (#6159)

Azure Pipelines: Test on Python 3.8
This commit is contained in:
Bruno Oliveira 2019-12-27 13:27:17 -03:00 committed by GitHub
commit afa899d5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ jobs:
py37-pluggymaster-xdist:
python.version: '3.7'
tox.env: 'py37-pluggymaster-xdist'
py38-xdist:
python.version: '3.8'
tox.env: 'py38-xdist'
maxParallel: 10
steps: