Skip to content

Commit 8ae97c2

Browse files
committed
remive py34 test calls on windows
1 parent d068d83 commit 8ae97c2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)