File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
88schedules :
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
1616resources :
1717 repositories :
@@ -22,34 +22,34 @@ resources:
2222 ref : refs/heads/sloria
2323
2424jobs :
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
You can’t perform that action at this time.
0 commit comments