diff options
| author | 2019-09-18 01:02:16 +1000 | |
|---|---|---|
| committer | 2019-09-18 01:02:16 +1000 | |
| commit | 9dd68537b50e972d4b864aea9aa5673bb16a0bef (patch) | |
| tree | d5a8ab211a71c5e15073977915bd24de833600b6 /azure-pipelines.yml | |
| parent | Add coverage reporting & JUnit XML to tests. (#432) (diff) | |
| parent | Validate configuration against typehints. (diff) | |
Validate configuration against typehints, remove old keys, renam… (#425)
Validate configuration against typehints, remove old keys, rename off_topic_3 key
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 242513ab4..4dcad685c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: - script: python -m flake8 displayName: 'Run linter' - - script: BOT_TOKEN=foobar python -m pytest --junitxml=junit.xml --cov=bot --cov-branch --cov-report=term --cov-report=xml tests + - script: BOT_API_KEY=foo BOT_TOKEN=bar WOLFRAM_API_KEY=baz python -m pytest --junitxml=junit.xml --cov=bot --cov-branch --cov-report=term --cov-report=xml tests displayName: Run tests - task: PublishCodeCoverageResults@1 |