#!/bin/bash
set -e

sleep 3 # wait for postgres to start up
python manage.py test --no-input