mirror of https://github.com/snachodog/mybuddy.git
Use Python 3 commands in build script
This commit is contained in:
parent
a6680d33f4
commit
1968bec727
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
pip install -r requirements.txt
|
python3 -m pip install --upgrade pip
|
||||||
|
pip3 install -r requirements.txt
|
||||||
|
|
||||||
python manage.py migrate
|
python3 manage.py migrate
|
||||||
|
|
Loading…
Reference in New Issue