diff options
| author | 2020-02-27 22:16:05 +0000 | |
|---|---|---|
| committer | 2020-02-27 22:16:05 +0000 | |
| commit | afeb92010e58569e4910c708fa63f0e808278e26 (patch) | |
| tree | 1e4f9baa3be386499d52b5373a901b3f2ddf24a8 /azure-pipelines.yml | |
| parent | Merge branch 'master' into spoiler-check (diff) | |
| parent | Merge pull request #798 from python-discord/bug/mod/bot-1v/infr-edit-task-cancel (diff) | |
Merge branch 'master' into spoiler-check
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 da3b06201..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 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 |