Skip to content

Commit 9e1e0e3

Browse files
committed
Remove extraneous stuff in travis.yml
1 parent d8a579e commit 9e1e0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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 --exclude=__init__.py,linter-plugin-template
10+
- flake8 . --max-line-length=120
1111
- pep257 . --ignore=D202

0 commit comments

Comments
 (0)