conference-website/test.sh
Anna Sirota 9c582462d8 Replace poetry with requirements{,_dev,_prod}.txt
Accidental backward-incompatible changes appear regularly in poetry,
which leads to a regular chore of fixing this part of tooling,
or having to stay on the old version of it for a very long time,
which is bound to break.
2024-07-01 20:28:10 +02:00

7 lines
96 B
Bash
Executable File

#!/usr/bin/env sh
set -eux
env PYTHONPATH=. mypy .
./manage.py test --parallel
black --check .