tools/test-all: Split `tools/lint` to match Travis scripts.

This keeps `test-all` visibly aligned with `travis/frontend` and
`travis/backend`, which helps us keep it substantively aligned.
This commit is contained in:
Greg Price 2017-08-29 15:21:55 -07:00
parent b087886d1c
commit 1ab89b1d89
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ run ./tools/check-provision $FORCEARG
run ./tools/clean-repo
# travis/backend
run ./tools/lint $FORCEARG
run ./tools/lint --backend $FORCEARG
run ./tools/test-tools
run ./tools/test-backend $FORCEARG
run ./tools/run-mypy
@ -52,6 +52,7 @@ run ./tools/test-api
# run ./tools/test-queue-worker-reload
# travis/frontend
run ./tools/lint --frontend $FORCEARG
run ./tools/test-js-with-node
run ./manage.py makemessages --locale en
run env PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate