Skip to content

Commit 5e10e90

Browse files
committed
Travis: Ignore long lines.
1 parent a569066 commit 5e10e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-script-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -x -e # Show commands being executed and exit nonzero upon errors.
55
./python2.7/mt.py --help
66

77
for F in python2.7/*; do
8-
pep8 --ignore=E402 $F
8+
pep8 --ignore=E402,E501 $F
99
done

0 commit comments

Comments
 (0)