Skip to content

Commit fa8c642

Browse files
committed
Using max line length of 120
1 parent 40d9e9e commit fa8c642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)