We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8c1a4 commit 95f2cddCopy full SHA for 95f2cdd
azure-pipelines.yml
@@ -74,21 +74,25 @@ jobs:
74
matrix:
75
Python34_x64:
76
python.version: '3.4'
77
+ python.architecture: 'x64'
78
Python34_x86:
79
80
python.architecture: 'x86'
81
Python35_x64:
82
python.version: '3.5'
83
84
Python35_x86:
85
86
87
Python36_x64:
88
python.version: '3.6'
89
90
Python36_x86:
91
92
93
Python37_x64:
94
python.version: '3.7'
95
96
Python37_x86:
97
98
0 commit comments