mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
And keep the architecture spec i guess
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -26,10 +26,13 @@ jobs:
|
||||
matrix:
|
||||
Python27:
|
||||
python.version: '2.7.15'
|
||||
python.architecture: x64
|
||||
Python36:
|
||||
python.version: '3.6.8'
|
||||
python.architecture: x64
|
||||
Python37:
|
||||
python.version: '3.7.2'
|
||||
python.architecture: x64
|
||||
maxParallel: 4
|
||||
steps:
|
||||
- template: .azure-pipelines/steps/run-tests.yml
|
||||
@@ -69,10 +72,13 @@ jobs:
|
||||
matrix:
|
||||
Python27:
|
||||
python.version: '2.7.15'
|
||||
python.architecture: x64
|
||||
Python36:
|
||||
python.version: '3.6.8'
|
||||
python.architecture: x64
|
||||
Python37:
|
||||
python.version: '3.7.2'
|
||||
python.architecture: x64
|
||||
maxParallel: 4
|
||||
steps:
|
||||
- template: .azure-pipelines/steps/run-tests.yml
|
||||
|
||||
Reference in New Issue
Block a user