aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-03-05 17:29:33 +0100
committerGravatar GitHub <[email protected]>2020-03-05 17:29:33 +0100
commitdc86d6714163f3d4006f71fcc7839dd6e24aa6ee (patch)
treea9552770300d48713443bded98b866fd5ed0d951
parentMerge pull request #368 from python-discord/feat/deps/355/pep8-naming (diff)
parentCI: name the use Python version task (diff)
Merge pull request #370 from python-discord/feat/deps/355/pep8-naming
Name the use Python version task
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d44683ce..d56261a6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -20,6 +20,7 @@ jobs:
steps:
- task: UsePythonVersion@0
displayName: 'Set Python version'
+ name: PythonVersion
inputs:
versionSpec: '3.7.x'
addToPath: true