From 337cd40cb6ddab05b80bfb247398d4a091442c84 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 7 Jun 2019 22:34:44 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 51573610538..d2314bc40dd 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -67,11 +67,14 @@ jobs: inputs: keyfile: 'requirements_test_all.txt, .cache' targetfolder: './venv' - vstsFeed: '$(ArtifactFeed)' + vstsFeed: '$(ArtifactFeed)' + + - script: | + . venv/bin/activate + pip install -e . + displayName: 'Install Home Assistant for python $(python.version)' - - script: | - + - script: | . venv/bin/activate pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar - ./script/check_dirty displayName: 'Run pytest for python $(python.version)'