diff options
| author | 2020-02-23 06:33:04 -0700 | |
|---|---|---|
| committer | 2020-02-23 06:33:04 -0700 | |
| commit | 0316c4acc90b9710e3ad3763030e395ec5f66a02 (patch) | |
| tree | a1dc2c4ec70e3e8dec9ed4a0e8cbd3dcf076993d /azure-pipelines.yml | |
| parent | Remove the space that makes the test fail (diff) | |
| parent | Merge pull request #771 from python-discord/paginator-react-404 (diff) | |
Merge branch 'master' into information-refactor
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..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 REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham 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 |