@@ -25,19 +25,13 @@ jobs:
2525 pylint -f msvs exec_helpers
2626 displayName: 'PyLint'
2727
28- - template : .azure_pipelines/run_tests.yml
29- parameters : {name: 'Python_34', python: '3.4', architecture: 'x64', kind: 'native'}
3028 - template : .azure_pipelines/run_tests.yml
3129 parameters : {name: 'Python_35', python: '3.5', architecture: 'x64', kind: 'native'}
3230- template : .azure_pipelines/run_tests.yml
3331 parameters : {name: 'Python_36', python: '3.6', architecture: 'x64', kind: 'native'}
3432- template : .azure_pipelines/run_tests.yml
3533 parameters : {name: 'Python_37', python: '3.7', architecture: 'x64', kind: 'native'}
3634
37- - template : .azure_pipelines/run_tests.yml
38- parameters : {name: 'Python_34', python: '3.4', architecture: 'x64', kind: 'cython'}
39- - template : .azure_pipelines/run_tests.yml
40- parameters : {name: 'Python_34', python: '3.4', architecture: 'x86', kind: 'cython'}
4135- template : .azure_pipelines/run_tests.yml
4236 parameters : {name: 'Python_35', python: '3.5', architecture: 'x64', kind: 'cython'}
4337- template : .azure_pipelines/run_tests.yml
0 commit comments