Skip to content

Commit a403185

Browse files
Auz9groteworld
authored andcommitted
Update .travis.yml
pep257 add ignore D211 - No blank lines allowed before class docstring.
1 parent 281bbd9 commit a403185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ install:
88
# command to run tests
99
script:
1010
- flake8 . --max-line-length=120
11+
<<<<<<< HEAD
1112
- pydocstyle . --add-ignore=D202
13+
=======
14+
- pep257 . --add-ignore=D202,D211
15+
>>>>>>> Update .travis.yml

0 commit comments

Comments
 (0)