diff options
| author | 2020-01-16 12:06:23 +0700 | |
|---|---|---|
| committer | 2020-01-16 12:06:23 +0700 | |
| commit | 95dcb52fd73700e55b080dd93fce25d434ec861e (patch) | |
| tree | ba3b238d5508e6acf747840550f315bb02f79731 /azure-pipelines.yml | |
| parent | ModLog: support self_stream voice state (diff) | |
| parent | Discord.py server added to whitelist (diff) | |
Merge branch 'master' into feature/645-voice-event-log
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..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 | 
