8000 Update ci-pr-pipeline.yml for Azure Pipelines · TheCompuGuru/botbuilder-python@a7d5169 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7d5169

Browse files
committed
Update ci-pr-pipeline.yml for Azure Pipelines
1 parent 97b18d1 commit a7d5169

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

ci-pr-pipeline.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,15 @@ jobs:
5252
pip install black
5353
displayName: 'Install dependencies'
5454
55-
- script: |
56-
pip install pytest
57-
pip install pytest-cov
58-
pip install coveralls
59-
displayName: PyTestSetup
60-
6155
- task: UsePythonVersion@0
6256
displayName: 'Use Python $(python.36)'
6357
inputs:
6458
versionSpec: '$(python.36)'
6559

6660
- script:
61+
pip install pytest
62+
pip install pytest-cov
63+
pip install coveralls
6764
python -m pytest --junitxml=junit/test-results.36.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
6865
displayName: Pytest.36
6966

@@ -79,6 +76,9 @@ jobs:
7976
versionSpec: '$(python.37)'
8077

8178
- script:
79+
pip install pytest
80+
pip install pytest-cov
81+
pip install coveralls
8282
python -m pytest --junitxml=junit/test-results.37.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
8383
displayName: Pytest.37
8484

@@ -94,6 +94,9 @@ jobs:
9494
versionSpec: '$(python.38)'
9595

9696
- script:
97+
pip install pytest
98+
pip install pytest-cov
99+
pip install coveralls
97100
python -m pytest --junitxml=junit/test-results.38.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
98101
displayName: Pytest.38
99102

0 commit comments

Comments
 (0)
0