Add 'Wall' flag to pre-push hook

This should help noticing deprecations
This commit is contained in:
Aarni Halinen
2018-02-05 10:25:01 +02:00
parent b8a8cb2c6d
commit 1ab3180c0d
+1 -1
View File
@@ -19,7 +19,7 @@ npm test
printf "${PURPLE}pycodestyle tests...${NC}\n"
pycodestyle .
printf "${PURPLE}unit tests...${NC}\n"
python manage.py test --noinput
python -Wall manage.py test --noinput
set +e
printf "${PURPLE}Tests passed.${NC}\n"