aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-25 09:59:28 -0800
committerGravatar MarkKoz <[email protected]>2020-02-25 09:59:28 -0800
commit5d2a2776a3a2e91bfec8bd4fcd596a28662246d3 (patch)
tree5341d00d14055f1d87c6846a106604af7a254fc6 /azure-pipelines.yml
parentAPI: close existing open session before recreating it (diff)
parentMerge pull request #781 from python-discord/bug/utils/bot-1c/reminder-unsched... (diff)
Merge remote-tracking branch 'origin/master' into bug/backend/b748/resolver-in-coro
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
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