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

Skip to content

Commit 97b18d1

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci-pr-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
COVERALLS_SERVICE_NAME: python-ci
99
python.36: 3.6.10
1010
python.37: 3.7.6
11-
pythin.38: 3.8.1
11+
python.38: 3.8.1
1212
python.version: $(python.37)
1313

1414

@@ -64,7 +64,7 @@ jobs:
6464
versionSpec: '$(python.36)'
6565

6666
- script:
67-
pytest --junitxml=junit/test-results.36.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
67+
python -m pytest --junitxml=junit/test-results.36.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
6868
displayName: Pytest.36
6969

7070
- task: PublishTestResults@2
@@ -79,7 +79,7 @@ jobs:
7979
versionSpec: '$(python.37)'
8080

8181
- script:
82-
pytest --junitxml=junit/test-results.37.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
82+
python -m pytest --junitxml=junit/test-results.37.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
8383
displayName: Pytest.37
8484

8585
- task: PublishTestResults@2
@@ -91,10 +91,10 @@ jobs:
9191
- task: UsePythonVersion@0
9292
displayName: 'Use Python $(python.38)'
9393
inputs:
94-
versionSpec: '3.8.1'
94+
versionSpec: '$(python.38)'
9595

9696
- script:
97-
pytest --junitxml=junit/test-results.38.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
97+
python -m pytest --junitxml=junit/test-results.38.xml --cov-config=.coveragerc --cov --cov-report=xml --cov-report=html
9898
displayName: Pytest.38
9999

100100
- task: PublishTestResults@2

0 commit comments

Comments
 (0)
0