Skip to content

Commit 087b142

Browse files
committed
PEP257 checker hangs on travis
1 parent a2f73ca commit 087b142

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### Generated code
99
/advanced_descriptors/*.c
10-
10+
/pip-wheel-metadata/
1111
### TortoiseGit template
1212
# Project-level settings
1313
/.tgitconfig

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ jobs:
9494
script:
9595
- flake8
9696

97-
- <<: *code_style_check
98-
name: "PEP257"
99-
install:
100-
- *upgrade_python_toolset
101-
- pip install --upgrade pydocstyle
102-
script:
103-
- pydocstyle advanced_descriptors
97+
# - <<: *code_style_check
98+
# name: "PEP257"
99+
# install:
100+
# - *upgrade_python_toolset
101+
# - pip install --upgrade pydocstyle
102+
# script:
103+
# - pydocstyle advanced_descriptors
104104
- <<: *code_style_check
105105
name: "Black formatting"
106106
install:

0 commit comments

Comments
 (0)