1
0
forked from VimPlug/jedi

Make sure that the deployment process checks out git submodules (e.g. typeshed)

This commit is contained in:
Dave Halter
2019-05-18 00:20:56 +02:00
parent 52ae6e7f0b
commit cc68942ec1

View File

@@ -21,6 +21,7 @@ rm -rf $PROJECT_NAME
git clone .. $PROJECT_NAME
cd $PROJECT_NAME
git checkout $BRANCH
git submodule update --init
# Test first.
tox