diff options
| author | 2020-06-10 23:47:16 +0100 | |
|---|---|---|
| committer | 2020-06-10 23:47:16 +0100 | |
| commit | 4c4b4f8e23bc2ad58d102c5f23077c54392e6876 (patch) | |
| tree | 026a83318dcf7743e6850b3e81806bc2bd4222a0 /azure-pipelines.yml | |
| parent | Fix exception message assertions in converter tests (diff) | |
| parent | Merge pull request #988 from python-discord/snekbox-compose (diff) | |
Merge branch 'master' into bug/backend/906/converter-year-range
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d56675029..4500cb6e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ jobs: REDDIT_CLIENT_ID: spam REDDIT_SECRET: ham WOLFRAM_API_KEY: baz + REDIS_PASSWORD: '' steps: - task: UsePythonVersion@0 |