aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2020-03-03 21:05:18 -0500
committerGravatar S. Co1 <[email protected]>2020-03-03 21:05:18 -0500
commit524692f49f4c98402b8b94ff8dd55d95b89f8fc8 (patch)
tree65e98a5ceb276e099226c55d79cd691f44382e5b /azure-pipelines.yml
parentAdd logging to antimalware cog & expand user feedback (diff)
parentMerge pull request #750 from python-discord/bug/backend/b748/resolver-in-coro (diff)
Merge branch 'master' into antimalware-logging
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
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