Update azure-pipelines-ci.yml for Azure Pipelines
parent
ceac04b82d
commit
8af0747f95
|
@ -76,5 +76,5 @@ jobs:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pytest --timeout=9 --durations=10 tests
|
pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar tests
|
||||||
displayName: 'Run pytest for python $(python.version)'
|
displayName: 'Run pytest for python $(python.version)'
|
||||||
|
|
Loading…
Reference in New Issue