diff options
| author | 2019-12-13 00:42:19 +0000 | |
|---|---|---|
| committer | 2019-12-13 00:42:19 +0000 | |
| commit | ba21a419cfb0879efecb42f58d80f605f9226473 (patch) | |
| tree | c352b58b29a7c0e710fc023239e859c0b17f2724 /azure-pipelines.yml | |
| parent | Use OAuth to be Reddit API compliant (#510) (diff) | |
| parent | Revert "Use OAuth to be Reddit API compliant" (diff) | |
Revert "Use OAuth to be Reddit API compliant" (#695)
Revert "Use OAuth to be Reddit API compliant"
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 0400ac4d2..da3b06201 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_TOKEN=bar WOLFRAM_API_KEY=baz coverage run -m xmlrunner displayName: Run tests - script: coverage report -m && coverage xml -o coverage.xml |