diff options
| author | 2020-02-25 10:15:26 -0800 | |
|---|---|---|
| committer | 2020-02-25 10:15:26 -0800 | |
| commit | 2dff2967c1f4348dbb9fcc98b6c79c0f5136eb57 (patch) | |
| tree | fd126276a6089f07552ea91878c7b4fd9ed5b869 /azure-pipelines.yml | |
| parent | Scheduler: make _scheduled_tasks private (diff) | |
| parent | Merge pull request #781 from python-discord/bug/utils/bot-1c/reminder-unsched... (diff) | |
Merge remote-tracking branch 'origin/master' into bug/backend/b754/scheduler-suppresses-errors
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0400ac4d2..874364a6f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ jobs:        - script: python -m flake8          displayName: 'Run linter' -      - script: BOT_API_KEY=foo BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner +      - script: BOT_API_KEY=foo BOT_SENTRY_DSN=blah BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner          displayName: Run tests        - script: coverage report -m && coverage xml -o coverage.xml | 
