Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oilshell/oil
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jul 7, 2019
2 parents b7c5b03 + 43dbc96 commit c864743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/lint.sh
Expand Up @@ -90,8 +90,7 @@ bin-flake8() {
if test -f "$ubuntu_flake8"; then
$ubuntu_flake8 "$@"
else
# Assume it's in $PATH, like on Travis.
flake8 "$@"
python2 -m flake8 "$@"
fi
}

Expand Down

0 comments on commit c864743

Please sign in to comment.