Update azure-pipelines-ci.yml for Azure Pipelines

pull/24388/head
Pascal Vizeli 2019-06-07 22:43:07 +02:00
parent ceac04b82d
commit 8af0747f95
1 changed files with 1 additions and 1 deletions

View File

@ -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)'