mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
Updated bootstrap to copy version.py.dist as required
This commit is contained in:
@@ -25,6 +25,10 @@ if [ ! $VIRTUAL_ENV ]; then
|
|||||||
. ./venv/bin/activate
|
. ./venv/bin/activate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# if there isn't a version file we should copy the .dist one
|
||||||
|
if [ ! -f ./app/version.py ]; then
|
||||||
|
cp ./app/version.py.dist ./app/version.py
|
||||||
|
fi
|
||||||
|
|
||||||
# Install Python development dependencies
|
# Install Python development dependencies
|
||||||
pip3 install -r requirements_for_test.txt
|
pip3 install -r requirements_for_test.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user