Revert "Celery 4"

This commit is contained in:
Leo Hemsted
2018-10-09 13:27:49 +01:00
committed by GitHub
parent 72358899ad
commit 2ed50e760f
7 changed files with 42 additions and 42 deletions

View File

@@ -20,7 +20,16 @@ function display_result {
fi
}
make build
if [ ! $VIRTUAL_ENV ]; then
virtualenv -p python3 ./venv
. ./venv/bin/activate
fi
# we need the version file to exist otherwise the app will blow up
make generate-version-file
# Install Python development dependencies
pip3 install -r requirements_for_test.txt
# Create Postgres databases
createdb notification_api