test-all: Fix buggy PYTHONWARNINGS invocation.

Shell only sets variables if they're the first thing on a line.
This commit is contained in:
Tim Abbott 2017-08-16 11:56:24 -07:00
parent 47bcedbc1b
commit debfe708d0
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ run ./tools/run-mypy
# travis/backend
run ./tools/lint --pep8 $FORCEARG
run ./manage.py makemessages --locale en
run PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
run PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
run env PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
run env PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
run ./tools/test-tools
run ./tools/test-backend $FORCEARG
run ./tools/test-migrations