Skip to content

Commit 35d5e06

Browse files
committed
Using max line length of 120
1 parent ab20f4d commit 35d5e06

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 *.py
10+
- flake8 *.py --max-line-length=120
1111
- pep257 *.py

0 commit comments

Comments
 (0)