We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a569066 commit 5e10e90Copy full SHA for 5e10e90
.travis-script-2.sh
@@ -5,5 +5,5 @@ set -x -e # Show commands being executed and exit nonzero upon errors.
5
./python2.7/mt.py --help
6
7
for F in python2.7/*; do
8
- pep8 --ignore=E402 $F
+ pep8 --ignore=E402,E501 $F
9
done
0 commit comments