aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-12-26 00:40:01 +0100
committerGravatar GitHub <[email protected]>2019-12-26 00:40:01 +0100
commit9b9848cd4d6d67d3bb9a9368cd80faf44e102a4d (patch)
treeacbfc3a17be0db5c253e0c787fcf1291b6d4bc36 /azure-pipelines.yml
parentWhitelist Discord Testers invite link (diff)
parentMerge pull request #655 from kwzrd/unittest-mentions (diff)
Merge branch 'master' into discord-testers-whitelist
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 da3b06201..0400ac4d2 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 coverage run -m xmlrunner
+ - script: BOT_API_KEY=foo 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