Skip to content

Commit

Permalink
Add pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Feb 4, 2021
1 parent 56c7ba4 commit 1d67188
Show file tree
Hide file tree
Showing 7 changed files with 685 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/prepare-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
steps:
- script: |
python -m pip install websockets uvloop
python -m pip install pycodestyle
python -m pip install pycodestyle pylint
python -m pip install coveralls coverage
python -m pip install pytest pytest-asyncio Sphinx
displayName: Prepare general environment
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
coverage run -m pytest --junitxml=junit/test-results.xml tests
coverage xml
displayName: 'Test with pytest'
- bash: ./pylint
displayName: pylint
- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
Expand Down

0 comments on commit 1d67188

Please sign in to comment.