File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variables:
8
8
COVERALLS_SERVICE_NAME : python-ci
9
9
python.36 : 3.6.10
10
10
python.37 : 3.7.6
11
- pythin .38 : 3.8.1
11
+ python .38 : 3.8.1
12
12
python.version : $(python.37)
13
13
14
14
64
64
versionSpec : ' $(python.36)'
65
65
66
66
- 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
68
68
displayName : Pytest.36
69
69
70
70
- task : PublishTestResults@2
79
79
versionSpec : ' $(python.37)'
80
80
81
81
- 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
83
83
displayName : Pytest.37
84
84
85
85
- task : PublishTestResults@2
@@ -91,10 +91,10 @@ jobs:
91
91
- task : UsePythonVersion@0
92
92
displayName : ' Use Python $(python.38)'
93
93
inputs :
94
- versionSpec : ' 3.8.1 '
94
+ versionSpec : ' $(python.38) '
95
95
96
96
- 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
98
98
displayName : Pytest.38
99
99
100
100
- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments