mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+9
-10
@@ -25,12 +25,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
python.version: '>= 2.7'
|
||||
python.version: '2.7.15'
|
||||
Python36:
|
||||
python.version: '>= 3.6'
|
||||
python.version: '3.6.8'
|
||||
Python37:
|
||||
python.version: '>= 3.7'
|
||||
python.architecture: x64
|
||||
python.version: '3.7.2'
|
||||
maxParallel: 4
|
||||
steps:
|
||||
- template: .azure-pipelines/steps/run-tests.yml
|
||||
@@ -49,13 +48,13 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
python.version: '>= 2.7'
|
||||
python.version: '2.7'
|
||||
python.architecture: x64
|
||||
Python36:
|
||||
python.version: '>= 3.6'
|
||||
python.version: '3.6'
|
||||
python.architecture: x64
|
||||
Python37:
|
||||
python.version: '>= 3.7'
|
||||
python.version: '3.7'
|
||||
python.architecture: x64
|
||||
maxParallel: 4
|
||||
steps:
|
||||
@@ -69,11 +68,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
python.version: '>= 2.7'
|
||||
python.version: '2.7.15'
|
||||
Python36:
|
||||
python.version: '>= 3.6'
|
||||
python.version: '3.6.8'
|
||||
Python37:
|
||||
python.version: '>= 3.7'
|
||||
python.version: '3.7.2'
|
||||
maxParallel: 4
|
||||
steps:
|
||||
- template: .azure-pipelines/steps/run-tests.yml
|
||||
|
||||
Reference in New Issue
Block a user