Skip to content

Commit 2dd2733

Browse files
committed
Update travis to ignore pep8 E128
1 parent 4bacc88 commit 2dd2733

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
@@ -6,4 +6,4 @@ install:
66
- pip install pep8 --use-mirrors
77
- pip install -r requirements.txt --use-mirrors
88
script:
9-
- "pep8 --ignore=E501,E225 amazon"
9+
- "pep8 --ignore=E501,E225,E128 amazon"

0 commit comments

Comments
 (0)