aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-23 20:16:59 +1000
committerGravatar scragly <[email protected]>2019-09-24 14:51:56 +1000
commit5fdacedccb70b2f549439aaa709beb24e84737c1 (patch)
tree1e52ebecf3807c6de9a7dd6f40585d23258f65de /azure-pipelines.yml
parentAdd a dev-only compose for new devs who don't have `site`. (diff)
Remove unneeded Pipfile scripts and azure stages/vars.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0c47d2544..1adbd12ea 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,21 +8,13 @@ variables:
jobs:
- job: test
displayName: 'Lint & Test'
-
pool:
vmImage: ubuntu-16.04
variables:
- PIPENV_CACHE_DIR: ".cache/pipenv"
PIP_CACHE_DIR: ".cache/pip"
- PIP_SRC: ".cache/src"
steps:
- - script: |
- sudo apt-get update
- sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev
- displayName: 'Install base dependencies'
-
- task: UsePythonVersion@0
displayName: 'Set Python version'
inputs: