diff options
| author | 2019-12-13 15:20:02 +1000 | |
|---|---|---|
| committer | 2019-12-13 15:20:02 +1000 | |
| commit | a4f9d2a5323ca492e895ebd80a1515488b0c3e6c (patch) | |
| tree | 748e2beb10a956bbb82f9fb3c8102bb78c4774d8 /azure-pipelines.yml | |
| parent | Merge pull request #694 from python-discord/enh/mod/534/no-ping-dm-fail (diff) | |
| parent | Merge branch 'master' into revert-695-revert-510-reddit-api-oauth (diff) | |
Use OAuth to be Reddit API compliant (#696)
Use OAuth to be Reddit API compliant
Co-authored-by: null <[email protected]>
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 |