From bf76bbc6eec1ac8c7998cd1da00e00f7edbba9a0 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 28 Mar 2017 01:01:12 +0900 Subject: [PATCH] support git-submodule --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d72d295..2578e04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ environment: - PYTHON: "C:\\Python36-x64" install: + - "git submodule update --init --recursive" - "%PYTHON%\\python.exe -m pip install -U pip wheel nose cython" build: off