File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -13,38 +13,24 @@ resources:
13
13
type : github
14
14
endpoint : github
15
15
name : asottile/azure-pipeline-templates
16
- ref : refs/tags/v1 .0.0
16
+ ref : refs/tags/v2 .0.0
17
17
18
18
jobs :
19
19
- template : job--pre-commit.yml@asottile
20
20
- template : job--python-tox.yml@asottile
21
21
parameters :
22
22
toxenvs : [py27]
23
23
os : windows
24
+ architectures : [x64, x86]
24
25
name_postfix : _py27
25
26
wheel_tags : true
26
27
pre_test :
27
28
- script : rm -rf libsass/test
28
- - template : job--python-tox.yml@asottile
29
- parameters :
30
- toxenvs : [py27]
31
- os : windows
32
- architecture : x86
33
- name_postfix : _py27_x86
34
- wheel_tags : true
35
- pre_test :
36
- - script : rm -rf libsass/test
37
- - template : job--python-tox.yml@asottile
38
- parameters :
39
- toxenvs : [py36, py37, py38]
40
- os : windows
41
- wheel_tags : true
42
29
- template : job--python-tox.yml@asottile
43
30
parameters :
44
31
toxenvs : [py36, py37, py38]
45
32
os : windows
46
- architecture : x86
47
- name_postfix : _x86
33
+ architectures : [x64, x86]
48
34
wheel_tags : true
49
35
- template : job--python-tox.yml@asottile
50
36
parameters :
You can’t perform that action at this time.
0 commit comments