# This gets run by the qa-dashboard-pull-request job on jenkins.devorch.com. If you want to run it,
# then copy .env.shadow to .env and populate it with credentials for the CI test database

rm -rf env
pyvenv-3.4 env
pip install -r requirements.txt
DJANGO_SETTINGS_MODULE=qa_dashboard.settings_test make test
