Skip to content

Commit 1d87c48

Browse files
committed
Enable pep257
1 parent 29858d9 commit 1d87c48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.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 -v exec_helpers
88+
- <<: *code_style_check
89+
name: "PEP257"
90+
install:
91+
- *upgrade_python_toolset
92+
- pip install --upgrade pydocstyle
93+
script:
94+
- pydocstyle -v exec_helpers
9595
- <<: *code_style_check
9696
name: "Black formatting"
9797
install:

0 commit comments

Comments
 (0)