Skip to content

Commit 2fd3e83

Browse files
authored
Test py39 in Windows; reformat azure-pipelines.yml (#178)
1 parent d4617b2 commit 2fd3e83

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

azure-pipelines.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ trigger:
22
branches:
33
include: [master, test-me-*]
44
tags:
5-
include: ['*']
5+
include: ["*"]
66

77
# Run builds nightly to catch incompatibilities with new marshmallow releases
88
schedules:
9-
- cron: "0 0 * * *"
10-
displayName: Daily midnight build
11-
branches:
12-
include:
13-
- master
14-
always: "true"
9+
- cron: "0 0 * * *"
10+
displayName: Daily midnight build
11+
branches:
12+
include:
13+
- master
14+
always: "true"
1515

1616
resources:
1717
repositories:
@@ -22,34 +22,34 @@ resources:
2222
ref: refs/heads/sloria
2323

2424
jobs:
25-
- template: job--python-tox.yml@sloria
26-
parameters:
27-
toxenvs:
28-
- py38-marshmallow2
29-
- py38-marshmallow3
30-
os: windows
31-
- template: job--python-tox.yml@sloria
32-
parameters:
33-
toxenvs:
34-
- lint
35-
- py35-marshmallow2
36-
- py35-marshmallow3
37-
38-
- py36-marshmallow3
39-
40-
- py37-marshmallow3
41-
42-
- py38-marshmallow3
43-
44-
- py39-marshmallow2
45-
- py39-marshmallow3
46-
47-
- py39-marshmallowdev
48-
os: linux
49-
- template: job--pypi-release.yml@sloria
50-
parameters:
51-
python: "3.9"
52-
distributions: "sdist bdist_wheel"
53-
dependsOn:
54-
- tox_windows
55-
- tox_linux
25+
- template: job--python-tox.yml@sloria
26+
parameters:
27+
toxenvs:
28+
- py39-marshmallow2
29+
- py39-marshmallow3
30+
os: windows
31+
- template: job--python-tox.yml@sloria
32+
parameters:
33+
toxenvs:
34+
- lint
35+
- py35-marshmallow2
36+
- py35-marshmallow3
37+
38+
- py36-marshmallow3
39+
40+
- py37-marshmallow3
41+
42+
- py38-marshmallow3
43+
44+
- py39-marshmallow2
45+
- py39-marshmallow3
46+
47+
- py39-marshmallowdev
48+
os: linux
49+
- template: job--pypi-release.yml@sloria
50+
parameters:
51+
python: "3.9"
52+
distributions: "sdist bdist_wheel"
53+
dependsOn:
54+
- tox_windows
55+
- tox_linux

0 commit comments

Comments
 (0)