Skip to content

Commit

Permalink
Travis: ignore E731 (assign lambda)
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Feb 11, 2015
1 parent 6f9cf3f commit c9ed01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in
;;
check_style)
run_lines<<'EOF'
flake8 --ignore=E126 reprozip/reprozip reprounzip/reprounzip reprounzip-*/reprounzip
flake8 --ignore=E126,E731 reprozip/reprozip reprounzip/reprounzip reprounzip-*/reprounzip
EOF
;;
check_shared)
Expand Down

0 comments on commit c9ed01b

Please sign in to comment.