This repository was archived by the owner on Oct 24, 2025. It is now read-only.
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:
1313 type : github
1414 endpoint : github
1515 name : asottile/azure-pipeline-templates
16- ref : refs/tags/v1 .0.0
16+ ref : refs/tags/v2 .0.0
1717
1818jobs :
1919- template : job--pre-commit.yml@asottile
2020- template : job--python-tox.yml@asottile
2121 parameters :
2222 toxenvs : [py27]
2323 os : windows
24+ architectures : [x64, x86]
2425 name_postfix : _py27
2526 wheel_tags : true
2627 pre_test :
2728 - 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
4229- template : job--python-tox.yml@asottile
4330 parameters :
4431 toxenvs : [py36, py37, py38]
4532 os : windows
46- architecture : x86
47- name_postfix : _x86
33+ architectures : [x64, x86]
4834 wheel_tags : true
4935- template : job--python-tox.yml@asottile
5036 parameters :
You can’t perform that action at this time.
0 commit comments