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