Commit 2a431ccf2131368e2cafba5c32b38164a881c686

Authored by Andrew Buss
1 parent fa690b91bc
Exists in master

--depth 1 on django submodule

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

#!/bin/bash -xe 1 1 #!/bin/bash -xe
virtualenv venv 2 2 virtualenv venv
source venv/bin/activate 3 3 source venv/bin/activate
pip install -r requirements.txt 4 4 pip install -r requirements.txt
git submodule init 5 5 git submodule init
git submodule update 6 6 git submodule update --depth 1
pip install -e django 7 7 pip install -e django