Skip to content

Commit 5508db9

Browse files
committed
PEP257 checker hangs on travis side
1 parent c333997 commit 5508db9

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
@@ -86,13 +86,13 @@ jobs:
8686
script:
8787
- flake8
8888

89-
- <<: *code_style_check
90-
name: "PEP257"
91-
install:
92-
- *upgrade_python_toolset
93-
- pip install --upgrade pydocstyle
94-
script:
95-
- pydocstyle advanced_descriptors
89+
# - <<: *code_style_check
90+
# name: "PEP257"
91+
# install:
92+
# - *upgrade_python_toolset
93+
# - pip install --upgrade pydocstyle
94+
# script:
95+
# - pydocstyle advanced_descriptors
9696

9797
- stage: test
9898
<<: *python27

0 commit comments

Comments
 (0)