aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml5
1 files changed, 1 insertions, 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'