Skip to content

Commit c151844

Browse files
committed
Temporary: pylint no publish, pep257 skip due to hang
1 parent a13f150 commit c151844

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
- pip install --upgrade flake8
9393
script:
9494
- flake8
95-
- <<: *code_style_check
96-
name: "PEP257"
97-
install:
98-
- *upgrade_python_toolset
99-
- pip install --upgrade pydocstyle
100-
script:
101-
- pydocstyle -v exec_helpers
95+
# - <<: *code_style_check
96+
# name: "PEP257"
97+
# install:
98+
# - *upgrade_python_toolset
99+
# - pip install --upgrade pydocstyle
100+
# script:
101+
# - pydocstyle -v exec_helpers
102102
# - <<: *code_style_check
103103
# name: "Black formatting"
104104
# install:

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
pytest -vvv --pylint -m pylint --junitxml=pylint_result.xml exec_helpers
2424
displayName: 'PyLint'
2525
26-
- task: PublishTestResults@2
27-
displayName: publish test results via junit
28-
condition: succeededOrFailed()
29-
inputs:
30-
testResultsFormat: "PyLint"
31-
testResultsFiles: ${{ format('$(System.DefaultWorkingDirectory)/pylint_result.xml') }}
32-
testRunTitle: 'MyPy'
26+
# - task: PublishTestResults@2
27+
# displayName: publish test results via junit
28+
# condition: succeededOrFailed()
29+
# inputs:
30+
# testResultsFormat: "PyLint"
31+
# testResultsFiles: ${{ format('$(System.DefaultWorkingDirectory)/pylint_result.xml') }}
32+
# testRunTitle: 'MyPy'
3333

3434
- job: 'MyPy'
3535
pool:

0 commit comments

Comments
 (0)