Skip to content

Commit d8a579e

Browse files
committed
Update travis.yml, add .gitignore
1 parent a01b188 commit d8a579e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ install:
77
- pip install pep257
88
# command to run tests
99
script:
10-
- flake8 . --max-line-length=120
11-
- pep257 .
10+
- flake8 . --max-line-length=120 --exclude=__init__.py,linter-plugin-template
11+
- pep257 . --ignore=D202

0 commit comments

Comments
 (0)