diff options
| author | 2020-03-03 08:52:45 -0800 | |
|---|---|---|
| committer | 2020-03-03 08:52:45 -0800 | |
| commit | bcf252f0fb5b2188810b228b9c9c0777f45d0c8c (patch) | |
| tree | 4d8fdbdfd380724f6e699bde445b7b5d144ce3c1 /azure-pipelines.yml | |
| parent | Fix typo in comment (diff) | |
| parent | Adding helpers to the Filtering whitelist (diff) | |
Merge branch 'master' into bug/backend/b748/resolver-in-coro
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 874364a6f..35dea089a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: - job: test displayName: 'Lint & Test' pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 variables: PIP_CACHE_DIR: ".cache/pip" @@ -18,7 +18,7 @@ jobs: - task: UsePythonVersion@0 displayName: 'Set Python version' inputs: - versionSpec: '3.7.x' + versionSpec: '3.8.x' addToPath: true - script: pip install pipenv |