skillbox/setup-for-tests.sh

7 lines
181 B
Bash
Executable File

#!/bin/bash
export SECRET_KEY=abcd1234
export DATABASE_URL=postgres://postgres:postgres@localhost:5432/skillbox
export DEBUG=True
export USE_AWS=False
pipenv install --dev --system