summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-10-29 14:17:25 +0100
committerXavier Fernandez <xav.fernandez@gmail.com>2019-10-29 17:51:57 +0100
commit0597a6d9fb0163f27ebcc97b1890636139f5e372 (patch)
tree74e159abf26333400fa8f4036edb84579f94c6e7 /.azure-pipelines
parent1ed50aa6de056f60a9c38b53983cb3f3f6fe608e (diff)
downloadpip-0597a6d9fb0163f27ebcc97b1890636139f5e372.tar.gz
CI: move Python35-x64 from Appveyor to Azure
Since Appveyor provides less runner and is often the bottleneck
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/test-windows.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml
index ee869c87c..3d25587de 100644
--- a/.azure-pipelines/jobs/test-windows.yml
+++ b/.azure-pipelines/jobs/test-windows.yml
@@ -12,10 +12,13 @@ jobs:
Python27-x86:
python.version: '2.7'
python.architecture: x86
+ Python35-x64:
+ python.version: '3.5'
+ python.architecture: x64
Python37-x64:
python.version: '3.7'
python.architecture: x64
- maxParallel: 2
+ maxParallel: 3
steps:
- template: ../steps/run-tests-windows.yml