From f0c615f9bdc7c679337441f1630e28804e79671c Mon Sep 17 00:00:00 2001 From: Scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 9 Mar 2019 21:35:36 +1000 Subject: Remove pytest stage for pipeline. --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7e33459b7..be27a5ba8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: jobs: - job: test - displayName: 'Lint & Test' + displayName: 'Lint' pool: vmImage: ubuntu-16.04 @@ -36,9 +36,6 @@ jobs: - script: python -m flake8 displayName: 'Run linter' - - script: python -m pytest tests - displayName: Run tests - - job: build displayName: 'Build Containers' dependsOn: 'test' -- cgit v1.2.3