Skip to content

Commit

Permalink
Drop YAPF from tools/all_tests.
Browse files Browse the repository at this point in the history
I dropped them from travis_tests earlier because it turns out it's not
really suitable for continuous testing (discussed on PR google#630), but I
forgot to take it out of tools/all_tests.
  • Loading branch information
nworden committed Apr 19, 2019
1 parent 47b8651 commit ce0baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/all_tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

pushd "$(dirname $0)" >/dev/null && source common.sh && popd >/dev/null

$TOOLS_DIR/lint pylint-check && $TOOLS_DIR/lint yapf-check && \
$TOOLS_DIR/lint pylint-check && \
$TOOLS_DIR/unit_tests -q && \
$TOOLS_DIR/py3_unit_tests -q && \
$TOOLS_DIR/server_tests -q && \
Expand Down

0 comments on commit ce0baeb

Please sign in to comment.