Skip to content

Commit 4faaefb

Browse files
committed
PEP257 checker hangs on travis
1 parent 2127845 commit 4faaefb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
### Test results
22
/*_result*.xml
33
/report.html
4-
/assets/*
4+
/assets/
55
.cache/*
66
.pytest_cache/
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
@@ -85,13 +85,13 @@ jobs:
8585
script:
8686
- flake8
8787

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

0 commit comments

Comments
 (0)