Skip to content

Commit

Permalink
Try CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Apr 10, 2021
1 parent 8b48eb3 commit 3239dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
codeCoverageTool: cobertura
summaryFileLocation: coverage.xml
- bash: |
COVERALLS_REPO_TOKEN=$(COVERALLS_REPO_TOKEN) coveralls
COVERALLS_REPO_TOKEN=$(CRT) coveralls
displayName: 'Coveralls'
- bash: |
pycodestyle --max-line-length=100 aiorpcx/*.py
Expand Down

0 comments on commit 3239dec

Please sign in to comment.