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 acc1724 commit d068d83Copy full SHA for d068d83
azure-pipelines.yml
@@ -53,13 +53,10 @@ jobs:
53
54
- job: 'Build_and_deploy'
55
dependsOn:
56
- - Python_34_x64_native
57
- Python_35_x64_native
58
- Python_36_x64_native
59
- Python_37_x64_native
60
61
- - Python_34_x64_cython
62
- - Python_34_x86_cython
63
- Python_35_x64_cython
64
- Python_35_x86_cython
65
- Python_36_x64_cython
@@ -72,11 +69,6 @@ jobs:
72
69
strategy:
73
70
maxParallel: 6
74
71
matrix:
75
- Python34_x64:
76
- python.version: '3.4'
77
- Python34_x86:
78
79
- python.architecture: 'x86'
80
Python35_x64:
81
python.version: '3.5'
82
Python35_x86:
0 commit comments