Skip to content

Commit f504d1f

Browse files
author
teseoch
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent b80f741 commit f504d1f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

azure-pipelines.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ jobs:
2626
imageName: 'vs2017-win2016'
2727
python.version: '3.7'
2828

29-
pool:
30-
vmImage: $(imageName)
29+
pool:
30+
vmImage: $(imageName)
3131

32-
steps:
33-
- task: UsePythonVersion@0
34-
inputs:
35-
versionSpec: '$(python.version)'
36-
displayName: 'Use Python $(python.version)'
32+
steps:
33+
- task: UsePythonVersion@0
34+
inputs:
35+
versionSpec: '$(python.version)'
36+
displayName: 'Use Python $(python.version)'
3737

38-
- script: |
39-
python -m pip install --upgrade pip
40-
python -m pip install numpy
41-
python -m pip install scipy
42-
displayName: 'Install dependencies'
38+
- script: |
39+
python -m pip install --upgrade pip
40+
python -m pip install numpy
41+
python -m pip install scipy
42+
displayName: 'Install dependencies'
4343
44-
- script: |
45-
python setup.py build --debug install
46-
displayName: 'build'
44+
- script: |
45+
python setup.py build --debug install
46+
displayName: 'build'
4747
48-
- script: |
49-
python tests/test_basic.py
50-
displayName: 'testing'
48+
- script: |
49+
python tests/test_basic.py
50+
displayName: 'testing'

0 commit comments

Comments
 (0)