Skip to content

Commit afa899d

Browse files
authored
Azure Pipelines: Test on Python 3.8 (pytest-dev#6159)
Azure Pipelines: Test on Python 3.8
2 parents b532d15 + 8de9b1b commit afa899d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
py37-pluggymaster-xdist:
4040
python.version: '3.7'
4141
tox.env: 'py37-pluggymaster-xdist'
42+
py38-xdist:
43+
python.version: '3.8'
44+
tox.env: 'py38-xdist'
4245
maxParallel: 10
4346

4447
steps:

0 commit comments

Comments
 (0)