support git-submodule

This commit is contained in:
PyYoshi 2017-03-28 01:01:12 +09:00
parent 158b043e37
commit bf76bbc6ee

View file

@ -11,6 +11,7 @@ environment:
- PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python36-x64"
install: install:
- "git submodule update --init --recursive"
- "%PYTHON%\\python.exe -m pip install -U pip wheel nose cython" - "%PYTHON%\\python.exe -m pip install -U pip wheel nose cython"
build: off build: off